diff options
| author | 2022-09-27 18:55:23 +0200 | |
|---|---|---|
| committer | 2022-09-27 18:55:23 +0200 | |
| commit | dec399f510b70100671345fca9a1da991b04deed (patch) | |
| tree | 9567f809ec5d2a6e39f842e0ea0e66eb551a9c70 /p/themes/Screwdriver/screwdriver.css | |
| parent | b34bd30cc888e13050c401a45429c1b38294b4c6 (diff) | |
Improved: template.css (colors) (#4641)
* font colors
* html, body color: moved to the themes
* finished font-color
* background-colors
* fix scrollbar-colors
* background colors modal/darken-hover
* background-color
* loading image
* template-background-color-transparent
* background-colors (inkl. modal background)
* box-shadow
* fix:: toggle_aside:hover
* background-color
* border-color
* rgba -> #
* improvements
* RTL.css
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 5e546f5ad..6473a1329 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -4,6 +4,7 @@ /*============*/ html, body { background: #fafafa; + color: black; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 92%; } |
