discourse/app/assets/stylesheets/common
David Taylor d348368ab6
FEATURE: Allow themes to override color transformation variables (#7987)
Theme developers can now add any of the transformed color variables to their color scheme in about.json. For example

```
  "color_schemes": {
    "Light": {
      "primary": "333333",
      "secondary": "ffffff",
      "primary-low": "ff0000"
    }
  },
```

would override the primary-low variable when compiling SCSS for the color scheme. The primary-low variable will also be visible in administrator color palette UI.
2019-08-12 11:02:38 +01:00
..
admin UX: modifies admin email template to have more space for the form (#7993) 2019-08-12 10:27:25 +02:00
base FEATURE: list category moderators on the about page (#7916) 2019-07-31 16:46:58 +03:00
components use color variables 2019-08-09 20:53:59 -04:00
foundation FEATURE: Allow themes to override color transformation variables (#7987) 2019-08-12 11:02:38 +01:00
select-kit UX: Only highlight close icon on hover, not lock 2019-04-05 17:43:14 -04:00
d-editor.scss UX: Mobile editor style fixes (#7878) 2019-07-11 09:57:53 -04:00
input_tip.scss DEV: adds prettier (#5956) 2018-06-08 11:49:31 +02:00
printer-friendly.scss DEV: Add before button hook in post-menu. (#7550) 2019-05-15 22:48:23 +03:00
topic-entrance.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
topic-timeline.scss Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00