Make colour palette easier to use

This commit is contained in:
DeathByDenim 2023-06-24 14:59:50 -04:00
parent 8f96654713
commit b07071f3c9
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 16 additions and 12 deletions

View File

@ -1,27 +1,31 @@
// Custom style matching the brand
$palette1: #43543F;
$palette2: #C8C8C8;
$palette3: #81BB27;
$palette4: #3F3F3E;
// Hack to get onFOSS brand logo somewhat aligned
$enable-negative-margins: true;
$primary: #43543F;
$secondary: #81BB27;
$body-bg: #3F3F3E;
$body-color: #3F3F3E;
$primary: $palette1;
$secondary: $palette3;
$body-bg: $palette4;
$body-color: $palette4;
$border-color: black;
$font-family-base: Ubuntu Mono, monospace;
$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-bg: $palette4;
$nav-link-color: $palette2;
$nav-link-hover-color: $palette4;
$nav-link-hover-bg: $palette4;
$font-size-base: 1.4rem;
$line-height-base: 1.2;
$table-color: #C8C8C8;
$table-bg: #3F3F3E;
$table-color: $palette2;
$table-bg: $palette4;
$body-secondary-bg: #C8C8C8;
$body-tertiary-bg: #43543F;
$body-secondary-bg: $palette2;
$body-tertiary-bg: $palette1;
// If you want to provide the Ubuntu font, place those font files in assets/css/font