More improvements

This commit is contained in:
video-prize-ranch
2022-01-17 19:36:08 -05:00
parent 1d050e2d45
commit 874df40b22
4 changed files with 16 additions and 5 deletions

View File

@@ -3,13 +3,14 @@ a {
text-decoration: none;
}
p {
font-size: 18px;
a > h2 {
color: white;
}
body {
background-color: black;
color: white;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}

6
static/css/frontpage.css Normal file
View File

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