Improved design

This commit is contained in:
video-prize-ranch 2022-01-17 19:43:45 -05:00
parent 874df40b22
commit 4752165587
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
a {
color: #1e88e5;
color: #E0E0E0;
font-weight: 600;
text-decoration: none;
}
@ -8,7 +9,7 @@ a > h2 {
}
body {
background-color: black;
background-color: #212121;
color: white;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;

View File

@ -1,5 +1,5 @@
code {
background-color: #212121;
background-color: #424242;
padding: 2px;
border-radius: 4px;
font-size: 0.9em;