datahorror

Research Data Management Escape Room
git clone https://git.ce9e.org/datahorror.git

commit
3a710308d15da4c94d74e52b78c516f43085135a
parent
dcbcefa028945ce018e8fb4ace21e009409e8c4b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-07 19:23
increase overall contrast

Diffstat

M assets/style.css 8 ++++----

1 files changed, 4 insertions, 4 deletions


diff --git a/assets/style.css b/assets/style.css

@@ -4,9 +4,9 @@
    4     4 
    5     5     color-scheme: dark;
    6     6     --color-border: #aaa;
    7    -1     --color-bg: #555550;
    8    -1     --color-bg2: #434340;
    9    -1     --color-bg3: #3f3f3f;
   -1     7     --color-bg: #333;
   -1     8     --color-bg2: #222;
   -1     9     --color-bg3: #111;
   10    10     --color-fg: #fff;
   11    11 }
   12    12 
@@ -179,7 +179,7 @@ figcaption {
  179   179     padding-inline: 0.5em;
  180   180     padding-block: 0.1em;
  181   181     font-size: 90%;
  182    -1     background-color: rgba(67,67,64,0.8);
   -1   182     background-color: #333a;
  183   183     color: var(--color-fg);
  184   184 }
  185   185