Skip to content

Commit

Permalink
#5 bodywater
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Sep 11, 2024
1 parent 39b3d78 commit c155de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opinion.css
Original file line number Diff line number Diff line change
@@ -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 }
}

Expand Down

0 comments on commit c155de2

Please sign in to comment.