Skip to content

Commit

Permalink
Merge pull request #4 from foss-north/master
Browse files Browse the repository at this point in the history
style: made links more apparent
  • Loading branch information
e8johan committed Mar 25, 2020
2 parents 99c8195 + 64168a4 commit aed7278
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions media/css/style.css
Expand Up @@ -76,12 +76,10 @@ ul {
a,
a:hover,
a:focus {
color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 14pt;
font-weight: bold;
text-decoration: underline;
text-decoration-style: dotted;
}

footer {
Expand Down Expand Up @@ -110,3 +108,7 @@ footer {
margin-bottom: 0;
border-bottom: solid black 1px;
}

.nav-item > a {
color: black;
}

0 comments on commit aed7278

Please sign in to comment.