Skip to content

Commit

Permalink
upgraded zenburn css
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiteki committed Jun 26, 2021
1 parent f60a3b2 commit d7f414a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/zenburn.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ a, .quote {
color: #dcdccc;
}
body {
max-width: 550px;
margin: auto;
max-width: 50%;
min-width: 500px;
background-color: #3f3f3f;
color: #dcdccc;

Expand All @@ -23,7 +25,7 @@ hr {
.msg {
padding-left: 12px;
padding-right: 8px;
text-align: justify;
text-align: left;
}

img {
Expand Down

0 comments on commit d7f414a

Please sign in to comment.