From dec399f510b70100671345fca9a1da991b04deed Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 27 Sep 2022 18:55:23 +0200 Subject: 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 --- p/themes/Screwdriver/screwdriver.css | 1 + p/themes/Screwdriver/screwdriver.rtl.css | 1 + 2 files changed, 2 insertions(+) (limited to 'p/themes/Screwdriver') 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%; } diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index e86209fd8..d87523ec2 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.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%; } -- cgit v1.2.3