Changed links style
This commit is contained in:
10
style.css
10
style.css
@@ -25,11 +25,11 @@ footer {
|
|||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
a.foo:hover {
|
a:hover {
|
||||||
text-decoration-color: black;
|
color: #71ff55;
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
a.foo {
|
a {
|
||||||
text-decoration-color: white;
|
text-decoration: underline;
|
||||||
color: white;
|
color: white;
|
||||||
|
transition: color 300ms;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user