Skip to content

Commit

Permalink
Merge pull request #49 from tastytea/patch-1
Browse files Browse the repository at this point in the history
Add default colors to CSS
  • Loading branch information
mouse-reeve authored Feb 19, 2020
2 parents 9f2bad6 + 04ef8a1 commit 16a39e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fedireads/static/format.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@
font-family: sans-serif;
}

html {
background-color:#EFEFEF;
color: black;
}

a {
color: #00F;
}

a:visited {
color: #808;
}

h1, h2, h3, h4 {
font-weight: normal;
}
Expand Down

0 comments on commit 16a39e1

Please sign in to comment.