Skip to content

Commit

Permalink
MAINT: udpate font color to improve color contrast ratio with backgro…
Browse files Browse the repository at this point in the history
…und color. Addresses issue #45
  • Loading branch information
ychoy committed Jan 15, 2020
1 parent d161556 commit e1cb24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Expand Up @@ -5,11 +5,11 @@
body {
padding-top: 100px;
font-family: 'Roboto', sans-serif;
color: rgba(28, 28, 28, 0.54)!important
color: #464646;
}

h1, h2, h3, h4, h5, h6 {
color: rgba(0,0,0)!important
color: #000000;
}

.nav-container {
Expand Down

0 comments on commit e1cb24c

Please sign in to comment.