From 9f386008314cec7a5149ef103d0c3c8abef8b8ff Mon Sep 17 00:00:00 2001 From: Jim Shepich III <73664586+epicshepich@users.noreply.github.com> Date: Thu, 20 Jan 2022 03:09:32 -0500 Subject: [PATCH] Minor theme changes --- styles/common.css | 4 +++- styles/theme.css | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/styles/common.css b/styles/common.css index 1fddece..38e8818 100644 --- a/styles/common.css +++ b/styles/common.css @@ -1,10 +1,12 @@ :root { - --truest-blue:#44539c; + --shadow-gradient:linear-gradient(to bottom , rgba(0,0,0,0.6) , rgba(0,0,0,0.1)); --darker-gradient:linear-gradient(to bottom , rgba(0,0,0,0.8) , rgba(0,0,0,0.3)); --lighter-gradient:linear-gradient(to bottom , rgba(0,0,0,0.4) , rgba(0,0,0,0)); --silver: linear-gradient(45deg, #AEB2B8, #C7C9CB, #D7D7D8, #D7D7D8, #C7C9CB, #AEB2B8, #959BA3); /*https://www.schemecolor.com/light-silver-gradient.php)*/ + --navy-blue:#091b75; + --azure:#5a6cc3; } /* diff --git a/styles/theme.css b/styles/theme.css index 62afd23..9087380 100644 --- a/styles/theme.css +++ b/styles/theme.css @@ -4,7 +4,7 @@ --body-font: Fira; --header-bg: default/*linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.2))*/; - --header-bg-color: #5a6cc3; + --header-bg-color: var(--azure); --header-color: #D8D8D8; --header-fontsize:250%; --header-font: Beleren; @@ -115,8 +115,8 @@ a{ border-right: 1px solid #000; border-top: 1px solid #000; border-bottom: 1px solid #000; - /*border-spacing:2px; - border-radius: 10px;*/ + border-spacing:2px; + border-radius: 10px; } .nav-tab:hover{