fix: make links more readable on dark mode

This commit is contained in:
Spectralitree 2021-12-12 23:08:46 +01:00
parent a743c0e9fd
commit 2579875c6a

View File

@ -80,6 +80,12 @@ blockquote {
width: auto;
}
.description a {
text-decoration: none;
color: #457ead !important;
font-weight: bold;
}
@media (min-width: 768px) {
.banner {
height: 50vh;