change colors

This commit is contained in:
Night Kaly 2024-01-20 15:34:13 +00:00
parent 405a46009e
commit 350c160a98
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -1,12 +1,12 @@
:root { :root {
--font: "monospace"; --font: "monospace";
--font-family: "monospace"; --font-family: "monospace";
--background: #080c07; --background: #11111b;
--foreground: #B9C9B8; --foreground: #cdd6f4;
--green: #638660; --lavender: #b4befe;
--red: #BD4D5A; --pink: #f5c2e7;
--orange: #A47449; --blue: #89b4fa;
--branch: 1px solid #B9C9B8; --branch: 1px solid #cdd6f4;
} }
html { html {
@ -34,7 +34,7 @@ body {
} }
span { span {
color: var(--green); color: var(--lavender);
} }
h1 { h1 {
@ -42,7 +42,7 @@ h1 {
font-family: var(--font); font-family: var(--font);
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
color: var(--red); color: var(--pink);
} }
.tree > ul { .tree > ul {
@ -91,7 +91,7 @@ a {
a:hover { a:hover {
color: var(--background); color: var(--background);
background: var(--orange); background: var(--blue);
} }
form h1 { form h1 {