Minor theme changes

This commit is contained in:
Jim Shepich III 2022-01-20 03:09:32 -05:00
parent 8474371f2d
commit 9f38600831
2 changed files with 6 additions and 4 deletions

View File

@ -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;
}
/*

View File

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