diff options
Diffstat (limited to 'data')
-rwxr-xr-x | data/about.html | 2 | ||||
-rwxr-xr-x | data/contact.html | 2 | ||||
-rw-r--r-- | data/donate.html | 2 | ||||
-rwxr-xr-x | data/style.css | 9 |
4 files changed, 5 insertions, 10 deletions
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 @@ <li><a href="index.html">Home</a></li> <li><a class="active" href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> - <li><a href="https://git.ghativega.in/explore/repos">Softwares</a></li> + <li><a href="https://git.ghativega.in">Softwares</a></li> <li><a href="donate.html">Donate</a></li> </ul> <hr> 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 @@ <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a class="active" href="contact.html">Contact</a></li> - <li><a href="https://git.ghativega.in/explore/repos">Softwares</a></li> + <li><a href="https://git.ghativega.in">Softwares</a></li> <li><a href="donate.html">Donate</a></li> </ul> <hr> 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 @@ <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> - <li><a href="https://git.ghativega.in/explore/repos">Softwares</a></li> + <li><a href="https://git.ghativega.in">Softwares</a></li> <li><a class="active" href="donate.html">Donate</a></li> </ul> <hr> 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 */ |