diff --git a/resen/petri/style.css b/resen/petri/style.css index d642c1c..ea7a37b 100644 --- a/resen/petri/style.css +++ b/resen/petri/style.css @@ -5,7 +5,7 @@ } .petri, #poem { - --fg: #e0e0e0; + --fg: rgb(var(--whitish)); font-family: 'IBM Plex Mono', 'Courier New', var(--mono_font); font-size: initial; outline-style: none; diff --git a/resen/style.css b/resen/style.css index a017e59..81d6178 100644 --- a/resen/style.css +++ b/resen/style.css @@ -45,12 +45,12 @@ --fg_dim: #cdc2b7; --fg_verydim: var(--fg_dim); --fg_filter: saturate(0); - --fg_highlight: white; + --fg_highlight: var(--on); --glow: aliceblue; --inverse_bg: #6580e1; --inverse_fg: var(--bg); --invert: 1; - + --whitish: 224 224 224; --column_gap: 4em; --columns: 3; --row_gap: 3em; @@ -105,7 +105,7 @@ body { body.todark, .todark ::backdrop { --bg: black; - --fg_rgb: 255 255 255; + --fg_rgb: var(--whitish); --invert: 0; }