aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/bright.scss
AgeCommit message (Collapse)AuthorFilesLines
2023-02-01Darken the background color of the headerThomas Lange1-0/+1
Use SCSS variables for the background color of the header and darken it a bit more for the dark theme of the "admin" template.
2021-08-26Explicitly set scrollbar colors for admin themeThomas Lange1-0/+7
Explicitly set the scrollbar colors for the admin theme instead of using the default colors of the web browser and integrate the scrollbar colors better into the user-selected color scheme (bright or dark).
2021-07-14Do some minor optimizations on the admin themeThomas Lange1-0/+61
* Add noisy background images * Rename SCSS/CSS file "main" to "bright" * Remove uppercase text-transform for headings * Replace hardcoded font sizes with SCSS variables * Decrease font size for category link in post item template * Move right-floated ID before the heading in the HTML markup to ensure it does not moves to the second line if the heading text is too wide.