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 {
background-color: slate-900;
background-color: #090541;
}

View File

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