pull/4/head
Yax 1 year ago
parent 9af7081f52
commit 266bebc813

@ -2,6 +2,7 @@
html { html {
font-family: system-ui, sans-serif; font-family: system-ui, sans-serif;
background-color: #fbfefb;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
@ -31,7 +32,7 @@ h2 {
} }
a:link, a:visited { a:link, a:visited {
color: #05bf85; color: rgb(0, 108, 172);
text-decoration: none; text-decoration: none;
} }
@ -40,7 +41,7 @@ li {
} }
a:hover, a:active { a:hover, a:active {
color:green; color:seagreen;
} }
.banner div { .banner div {

Loading…
Cancel
Save