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/base-theme/base.rtl.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/base-theme/base.rtl.css')
| -rw-r--r-- | p/themes/base-theme/base.rtl.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index e48222bdd..8ef5e2a21 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/p/themes/base-theme/base.rtl.css @@ -6,11 +6,13 @@ /*============*/ html, body { height: 100%; + color: black; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } /*=== Links */ a, button.as-link { + color: blue; outline: none; } |
