diff --git a/css/style.css b/css/style.css index cdf4d3d..8ace373 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }