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; display: flex;
flex-flow: column; flex-flow: column;
background: #eee; background: #e8e8e8;
color: #222; color: #111;
font-size: 1rem; font-size: 1rem;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
line-height: 1.5; line-height: 1.5;
@ -41,7 +41,7 @@ a {
} }
#menu { #menu {
background: #222; background: #111;
color: #eee; color: #eee;
padding: .25rem; padding: .25rem;
padding-left: .75rem; padding-left: .75rem;