Skip to content

upd: partially un-hash CSS class names

Ghost User requested to merge gh-b77c0252/109/unknown/refs/pull/109/head into develop

Created by: ShittyKopper

intended to allow easier creation of custom CSS modifications. the last 4 chars of class names should be static as long as files don't move, but just in case modifications might prefer to use prefix selectors such as [class^=MkWhatever] instead of .MkWhatever-1234

Merge request reports