Fix color of home page

pull/194/head
Philipp Heckel 2022-03-29 11:47:56 -04:00
parent e2834a7c4d
commit 59b341dfb8
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ html {
}
a, a:visited {
color: #3a9784;
color: #338574;
}
a:hover {
@ -114,7 +114,7 @@ code {
}
.anchor .anchorLink:hover {
color: #3a9784;
color: #338574;
visibility: visible;
}
@ -221,7 +221,7 @@ figcaption {
/* Header */
#header {
background: #3a9784;
background: #338574;
height: 130px;
}