This commit is contained in:
tengel 2024-12-14 07:59:13 -06:00
parent a9a89d05b3
commit 6178b9347e

View file

@ -1,5 +1,6 @@
:root { :root {
--nord:#242933; --nord:#242933;
--snow:#d8dee9;
--one:#b8c0e0; --one:#b8c0e0;
--two:#a5adcb; --two:#a5adcb;
--three:#929ab6; --three:#929ab6;
@ -28,11 +29,11 @@ a {
text-decoration:none; text-decoration:none;
} }
a:hover { a:hover {
color:var(--one); color:var(--snow);
text-decoration:underline; text-decoration:underline;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color:var(--one); color:var(--snow);
} }
a code { a code {
box-shadow:0 -1px 0 var(--one) inset; box-shadow:0 -1px 0 var(--one) inset;