From a7bd326186ba4ef1f3a13621de9a5997909c7d43 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sat, 24 Jun 2023 14:40:23 -0400 Subject: [PATCH] Get rid of last non-Bootstrap CSS --- _sass/base.scss | 12 ++---------- resources.html | 2 +- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/_sass/base.scss b/_sass/base.scss index 4c1cf40..3ccbe39 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -4,20 +4,16 @@ $enable-negative-margins: true; $primary: #43543F; -//$secondary: red; +$secondary: #81BB27; $body-bg: #3F3F3E; $body-color: #3F3F3E; $border-color: black; -//$warning: yellow; $font-family-base: Ubuntu Mono, monospace; -//$link-color: #43543F; -//$dark: darkorange; -$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; $nav-link-hover-bg: #3F3F3E; -//$nav-pills-link-active-color: darkblue; $font-size-base: 1.4rem; $line-height-base: 1.2; @@ -39,10 +35,6 @@ $container-max-widths: map-remove( $container-max-widths, "xxl" ); -.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/resources.html b/resources.html index cd124a3..357df1e 100644 --- a/resources.html +++ b/resources.html @@ -43,7 +43,7 @@ nav_pill: resources
Warning: {{ game.warning }} {% endif %} - More info + More info {% endfor %}