update style

This commit is contained in:
Osman Faruk Bayram 2024-10-23 20:42:47 +03:00
parent 1ba1151798
commit 943ff969f3

View file

@ -1,6 +1,9 @@
html { html {
background-color: #f1f5f9; background-color: rgb(20, 25, 40);
font-family: sans-serif; /* nerd font */
font-family: 'nerd-font';
color: white;
font-size: 16px;
} }
body { body {
@ -18,4 +21,14 @@ body {
h1 { h1 {
margin: 1rem 0; margin: 1rem 0;
font-size: 2.5rem; font-size: 2.5rem;
/* slighly purple but mostly white title */
color: rgb(200, 200, 255);
}
a {
color: rgb(0, 255, 255);
}
a:hover {
color: rgb(0, 200, 200);
} }