change link colours

This commit is contained in:
Kaisaan 2022-10-14 23:20:06 -04:00
parent 6224eea70a
commit 67feea33bf

View File

@ -39,13 +39,33 @@ h1 {
margin-bottom: 0px;
}
/* unvisited link */
a:link {
color: #66ff00;
}
/* visited link */
a:visited {
color: #1a940d;
}
/* mouse over link */
a:hover {
color: #66ff00;
}
/* selected link */
a:active {
color: #1a940d;
}
.navbar ul {
font-size: 1rem;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #259441;
background-color: #1a940d;
font-family: 'MMRock9', monospace;
}