added root colours

pull/29/head
tycrek 3 years ago
parent e04a7d1063
commit 6c7561bdc6
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -1,3 +1,12 @@
:root {
--color-primary: #fd842d;
--color-primary-dim: #B64D02;
--color-primary-dark: #793301;
--color-link-hover: #FD710D;
--color-link-active: #DE5E02;
}
/* Modest fixes */
pre, code { background-color: #1A1A1A !important; }
h1, h2, h3 { border-bottom: 2px solid #323232 !important; }

Loading…
Cancel
Save