[SCM] Samba Website Repository - branch master updated

Björn Jacke bjacke at samba.org
Sun May 3 01:13:25 UTC 2020


The branch, master has been updated
       via  ad435d1 make dark mode dark less black
      from  7c4289b Fix typo.

https://git.samba.org/?p=samba-web.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ad435d1f710d6a6b69a0510a0a5f937be9dc1868
Author: Björn Jacke <bj at sernet.de>
Date:   Sun May 3 03:12:42 2020 +0200

    make dark mode dark less black

-----------------------------------------------------------------------

Summary of changes:
 style/2010/grey/screen.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/style/2010/grey/screen.css b/style/2010/grey/screen.css
index de63699..05f5dd9 100644
--- a/style/2010/grey/screen.css
+++ b/style/2010/grey/screen.css
@@ -14,7 +14,7 @@
 
 @media(prefers-color-scheme: dark) {
   :root {
-  --main-bg-color: black;
+  --main-bg-color: #222;
   --main-text-color: #ffffdd;
   --link-blue: #9cd6fc;
   --headline-color: #fff;


-- 
Samba Website Repository



More information about the samba-cvs mailing list