fix link hover color in red text

This commit is contained in:
Jonas Leder 2021-12-10 08:41:48 +00:00
parent e8f2cc4f97
commit 03351f5c71

View file

@ -53,6 +53,9 @@ h1 {
.red {
color: red;
a:hover {
color: darken($color: #f00, $amount: 10%)
}
}
.center {