mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
e4bc5adc8836f6519c480d63391326d733f5f3c3
parent
fb000efae286ebe908a5d6379c656de856820f65
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-24 12:08
use custom properties in print styles

Diffstat

M css/base.css 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/css/base.css b/css/base.css

@@ -121,8 +121,8 @@ sub, sup {
  121   121 }
  122   122 
  123   123 @media print {
  124    -1     html {
  125    -1         background: transparent;
  126    -1         color: #000;  /* Black prints faster */
   -1   124     :root {
   -1   125         --color-fg: #000;
   -1   126         --color-bg: #fff;
  127   127     }
  128   128 }