diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/contact.html | 2 | ||||
-rw-r--r-- | data/donate.html | 2 | ||||
-rwxr-xr-x | data/style.css | 11 |
3 files changed, 10 insertions, 5 deletions
diff --git a/data/contact.html b/data/contact.html index 82700c1..b036f88 100755 --- a/data/contact.html +++ b/data/contact.html @@ -8,7 +8,7 @@ <meta property="og:description" content="Personal site of arnavbhatt288."> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> - <title>Ghativega - About</title> + <title>Ghativega - Contact</title> <style> img { border: none ;} </style> diff --git a/data/donate.html b/data/donate.html index 8b0ba06..a9fbc92 100644 --- a/data/donate.html +++ b/data/donate.html @@ -8,7 +8,7 @@ <meta property="og:description" content="Personal site of arnavbhatt288."> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> - <title>Ghativega - About</title> + <title>Ghativega - Donate</title> <style> img { border: none ;} </style> 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 */ |