From c155de299531f8256f795eacdb3f314e51789893 Mon Sep 17 00:00:00 2001 From: deepskyblue Date: Wed, 11 Sep 2024 17:41:40 -0500 Subject: [PATCH] #5 bodywater --- opinion.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opinion.css b/opinion.css index 3eeb769..ee5bbb7 100644 --- a/opinion.css +++ b/opinion.css @@ -1,9 +1,9 @@ @media (color) { - ::selection { background: #010101; color: orangered } + ::selection { background: #010101; color: orange } .flora :not(.nativa) { color: inherit } .sol.sol { background: gold; color: #090909 } - .luna.luna { background: #090909; color: hotpink } - .jugo.jugo { background: hotpink; color: #090909 } + .luna.luna { background: #090909; color: deepskyblue } + .jugo.jugo { background: deepskyblue; color: deepskyblue } .metal.metal { background: silver; color: #090909 } }