From 88f9eceffb741d32495e4d87709ab2e0a0c4e166 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 7 Feb 2023 16:15:22 -0700 Subject: [PATCH] Navbar bugfixes. --- css/main.css | 14 ++++++++++++++ index.html | 50 +++++++++++++++++++++++++++++--------------------- 2 files changed, 43 insertions(+), 21 deletions(-) diff --git a/css/main.css b/css/main.css index e5a9485..04effbe 100644 --- a/css/main.css +++ b/css/main.css @@ -182,12 +182,22 @@ iframe[src*=itch] padding-bottom: 6px; } +.nav-item { + padding-top: 7px; +} + .navbar-link { color: #FFBC42; font-family: VT323, monospace; font-size: 36px; padding-left: 50px; padding-right: 50px; + text-decoration: none; +} + +.navbar-link:hover { + color: #FFFFFF; + text-decoration: underline; } .card { @@ -226,6 +236,10 @@ iframe[src*=itch] line-height: 60px; } +#footerText { + color: steelblue; +} + @font-face { font-family: VT323; src: url("https://kforney.github.io/fonts/VT323-Regular.ttf"); diff --git a/index.html b/index.html index 9db71ec..ea02b8a 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,8 @@ - - + @@ -24,24 +23,33 @@
@@ -290,14 +298,14 @@ - +