update style
This commit is contained in:
parent
1ba1151798
commit
943ff969f3
1 changed files with 15 additions and 2 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue