Increase contrast
This commit is contained in:
parent
d99f7709b4
commit
72a246f6ac
@ -5,8 +5,8 @@ body {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
||||
background: #eee;
|
||||
color: #222;
|
||||
background: #e8e8e8;
|
||||
color: #111;
|
||||
font-size: 1rem;
|
||||
font-family: Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
@ -41,7 +41,7 @@ a {
|
||||
}
|
||||
|
||||
#menu {
|
||||
background: #222;
|
||||
background: #111;
|
||||
color: #eee;
|
||||
padding: .25rem;
|
||||
padding-left: .75rem;
|
||||
|
Reference in New Issue
Block a user