diff options
Diffstat (limited to 'data/style.css')
-rwxr-xr-x | data/style.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css index 9180878..ec78986 100755 --- a/data/style.css +++ b/data/style.css @@ -1,4 +1,4 @@ -/* Stylesheet for website. Copyright 2022 Arnav Bhatt */ +/* Stylesheet for website. */ html { position: relative; @@ -18,7 +18,7 @@ img { body { color: #ffffff; background: #111; - font-family: "Lucida Console", "Courier New", monospace; + font-family: sans-serif; margin: 0; padding: 0; } @@ -29,6 +29,7 @@ code { background: #202020; display: inline-block; font-size: 15px; + font-family: 'Courier New', Courier, monospace; } .footer { @@ -92,6 +93,7 @@ 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; @@ -131,6 +133,7 @@ main { text-decoration: none; text-transform: uppercase; width: fit-content; + font-family: 'Courier New', Courier, monospace; } .navbar li a:hover:not(.active) { @@ -164,7 +167,8 @@ table { } h2, h3 { - display: block; + font-family: 'Courier New', Courier, monospace; + display: block; background-color: #ffffff; border-style: solid; border-color: #ffffff; @@ -195,6 +199,7 @@ 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 */ |