Updated theming variables

This commit is contained in:
2025-02-11 14:04:44 +00:00
parent 41167799af
commit c46c7351a2
2 changed files with 5 additions and 5 deletions

View File

@@ -3,5 +3,5 @@
***********************************************/ ***********************************************/
html.cover-page { html.cover-page {
background-color: slate-900; background-color: #090541;
} }

View File

@@ -122,9 +122,9 @@
@primaryLabelColor: @darkPrimaryColor; @primaryLabelColor: @darkPrimaryColor;
@navbarBackgroundImage: e(""); // remove background image @navbarBackgroundImage: e(""); // remove background image
@navbarBackgroundColor: indigo-950; @navbarBackgroundColor: #090541;
@footerLightColor: teal-700; @footerLightColor: #009990;
@footerDarkColor: indigo-950; @footerDarkColor: #090541;
@subFooterColor: slate-900; @subFooterColor: #074799;
@footerTextLightColor: @white; @footerTextLightColor: @white;
@footerTextDarkColor: @white; @footerTextDarkColor: @white;