Increase contrast

This commit is contained in:
William 2022-03-30 12:37:06 +00:00
parent d99f7709b4
commit 72a246f6ac

View File

@ -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;