Skip to content

Commit

Permalink
update body background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
cntrump committed Feb 4, 2020
1 parent 5e11e4d commit a73e894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/dark-style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
color: rgba(255,255,255,.85);
background-color: #2c2c2e;
background-color: #232325;
}

mark,
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ html {
body {
display: block;
color: rgba(0,0,0,.85);
background-color: #f2f2f6;
background-color: #f9f9fd;

word-break: normal;
word-wrap: break-word;
Expand Down

0 comments on commit a73e894

Please sign in to comment.