Skip to content

Commit

Permalink
Improve readability wrt. text color.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe authored and mariobodemann committed Oct 21, 2024
1 parent a42df0a commit 11a9e86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font-family: 'Roboto', sans-serif;
font-weight: 300;
line-height: 1.4;
color: grey;
color: #000;
font-size: 18px;
}

Expand All @@ -29,7 +29,6 @@ nav {
padding: 0 .5rem 0 .5rem;
text-transform: uppercase;
font-size: 0.72rem /*13px*/;
color: grey;
}

.fade-in {
Expand Down Expand Up @@ -210,7 +209,7 @@ footer {
.footer a {
text-decoration: none;
background-color: transparent;
color: grey;
color: #000;
}


Expand Down

0 comments on commit 11a9e86

Please sign in to comment.