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/Mapco/mapco.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/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 25d9fa0b2..6ecb32b00 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -1377,6 +1377,7 @@ main.prompt { /*============*/ html, body { background: #eff0f2; + color: #36c; font-family: "lato", "Helvetica", "Arial", sans-serif; font-size: 0.875rem; } |
