From 1f2b68974722bf71ef2a27311c3d029bae0cdef7 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Wed, 16 Aug 2023 14:08:38 +0530 Subject: whatever --- data/about.html | 2 +- data/contact.html | 2 +- data/donate.html | 2 +- data/style.css | 9 ++------- 4 files changed, 5 insertions(+), 10 deletions(-) (limited to 'data') diff --git a/data/about.html b/data/about.html index be5c1d1..5129728 100755 --- a/data/about.html +++ b/data/about.html @@ -20,7 +20,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • diff --git a/data/contact.html b/data/contact.html index b036f88..faae1e2 100755 --- a/data/contact.html +++ b/data/contact.html @@ -20,7 +20,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • diff --git a/data/donate.html b/data/donate.html index a9fbc92..6df233e 100644 --- a/data/donate.html +++ b/data/donate.html @@ -20,7 +20,7 @@
  • Home
  • About
  • Contact
  • -
  • Softwares
  • +
  • Softwares
  • Donate

  • 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 */ -- cgit v1.2.3