From 3fe9dd5e748be24defdbf985b63d0b6f2ae8410d Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 1 Oct 2023 04:07:24 +0200 Subject: [PATCH] CSS changes --- index.css | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/index.css b/index.css index 709a83f..c40cc4e 100644 --- a/index.css +++ b/index.css @@ -1,4 +1,8 @@ .bar { + font-size: 15pt; + font-family: Monospace; + font-weight: normal; + position: sticky; top: 0px; z-index: 6; @@ -41,6 +45,10 @@ } .content { + font-size: 12pt; + font-family: Monospace; + font-weight: normal; + color: #f0eee4; padding: 5px; max-width: 1000px; @@ -102,18 +110,19 @@ body { margin: 0px; padding: 0px; background-color: #212121; - font-family: Monospace; } footer { - padding: 5px; - font-size: 8pt; - font-weight: normal; - color: #f0eee4; - background-color: #363636; - text-align: center; + font-size: 12pt; + font-family: Monospace; + font-weight: normal; - position: fixed; - bottom: 0px; - width: 100%; + padding: 5px; + color: #f0eee4; + background-color: #363636; + text-align: center; + + position: fixed; + bottom: 0px; + width: 100%; }