Fix colors

This commit is contained in:
2022-06-14 10:21:55 +02:00
parent e2a4d296f6
commit b25b2fda2c

View File

@@ -39,6 +39,11 @@ article a:visited {
max-width: 200px;
}
.md-nav__item .md-nav__link--active {
color: var(--md-code-hl-string-color) !important;
opacity: 0.7;
}
.go-logo {
font-size: 4em;
}