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 @@ - +