fix color hover in tag <a>

This commit is contained in:
Jesús 2019-03-08 22:28:33 -05:00
parent c24239aa8d
commit 7c9d942e38
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -392,6 +392,7 @@ a {
}
a:hover {
text-decoration: none;
color: #ffc20e;
}
a.navbar-item.is-tab.is-active {
border-bottom-color: #dd7325;