Add hover effect to hyperlinks

This commit is contained in:
kiril 2024-04-22 22:11:59 +00:00
parent f341a9edfc
commit 51b0e2c775

View File

@ -68,6 +68,10 @@ a {
text-decoration: none;
}
a:not(li *):hover {
border-bottom: dotted 2px;
}
h2#links {
text-align: left;
color: gold;