diff --git a/website/_sass/base.scss b/website/_sass/base.scss index f5e7f66..cac4679 100644 --- a/website/_sass/base.scss +++ b/website/_sass/base.scss @@ -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