account for hover classes

This commit is contained in:
pat-s 2021-08-07 15:49:09 +02:00
parent 71fcf0d3a2
commit edae3e92cc
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 6 additions and 3 deletions

View File

@ -228,9 +228,8 @@ code {
}
.hero.is-link {
background-color: #528321;
background-color: #f4f4f4;
color: #fff;
color: #333;
}
.hero.is-link .subtitle {
@ -238,5 +237,9 @@ code {
}
.feature-shoutout a {
color: black !important;
color: #528321 !important;
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-link.is-active {
background-color: #e5eaec;
}