diff options
Diffstat (limited to 'data/style.css')
-rwxr-xr-x | data/style.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/data/style.css b/data/style.css index ec78986..03059c4 100755 --- a/data/style.css +++ b/data/style.css @@ -18,7 +18,7 @@ img { body { color: #ffffff; background: #111; - font-family: sans-serif; + font-family: 'Courier New', Courier, monospace; margin: 0; padding: 0; } @@ -29,14 +29,13 @@ code { background: #202020; display: inline-block; font-size: 15px; - font-family: 'Courier New', Courier, monospace; } .footer { position: absolute; bottom: 0; background: #323030; - color: #bdbdbd; + color: #ffffff; width: 100%; } @@ -93,7 +92,6 @@ main { border-color: #ffffff; color: #111; font-size: 18.72px; - font-family: 'Courier New', Courier, monospace; letter-spacing: 8px; padding: 9px 18px; text-align: center; @@ -133,7 +131,6 @@ main { text-decoration: none; text-transform: uppercase; width: fit-content; - font-family: 'Courier New', Courier, monospace; } .navbar li a:hover:not(.active) { @@ -167,7 +164,6 @@ table { } h2, h3 { - font-family: 'Courier New', Courier, monospace; display: block; background-color: #ffffff; border-style: solid; @@ -199,7 +195,6 @@ th { text-align: center; text-indent: 2px; text-transform: uppercase; - font-family: 'Courier New', Courier, monospace; } /* Janky way to set color the right borders of two heading cells */ |