fix: Making all hypelinks hovered equal color.

This commit is contained in:
sergiotarxz 2020-10-21 01:27:49 +02:00
parent eb07be0b4b
commit 9cdc3f4db9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ul.static-pages a {
color: #777;
}
ul.static-pages a:hover, a:hover {
color: orange;
color: #e32929;
}
ul li {
padding-bottom: 6px;