From 8f9665471365eaba4ca0e1d2aa00f4d0f9537c17 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sat, 24 Jun 2023 14:32:33 -0400 Subject: [PATCH] Get rid of last non-Bootstrap CSS --- website/_sass/base.scss | 7 ++----- website/index.html | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/website/_sass/base.scss b/website/_sass/base.scss index e262493..f5e7f66 100644 --- a/website/_sass/base.scss +++ b/website/_sass/base.scss @@ -4,11 +4,12 @@ $enable-negative-margins: true; $primary: #43543F; +$secondary: #81BB27; $body-bg: #3F3F3E; $body-color: #3F3F3E; $border-color: black; $font-family-base: Ubuntu Mono, monospace; -$nav-pills-link-active-color: #81BB27; +$nav-pills-link-active-color: $secondary; $nav-pills-link-active-bg: #3F3F3E; $nav-link-color: #C8C8C8; $nav-link-hover-color: #3F3F3E; @@ -22,10 +23,6 @@ $table-bg: #3F3F3E; $body-secondary-bg: #C8C8C8; $body-tertiary-bg: #43543F; -.table a{ - color: #81BB27; -} - // If you want to provide the Ubuntu font, place those font files in assets/css/font /* ubuntu-mono-regular - latin */ diff --git a/website/index.html b/website/index.html index af1bfe0..d77c9aa 100644 --- a/website/index.html +++ b/website/index.html @@ -37,7 +37,7 @@ nav_pill: home
Warning: {{ game.warning }} {% endif %} - More info + More info {% endfor %}