Tweak theme with FOSSY green

This commit is contained in:
Ben Sturmfels 2023-04-20 16:00:58 +10:00
parent 2848db468e
commit 8173497769
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
2 changed files with 4 additions and 3 deletions

View file

@ -42,6 +42,7 @@ $red: #dc3545 !default;
$orange: #fd7e14 !default;
$yellow: #ffc107 !default;
$green: #28a745 !default;
$green2: #137752 !default;
$teal: #20c997 !default;
$cyan: #17a2b8 !default;
@ -66,7 +67,7 @@ $colors: map-merge(
$colors
);
$primary: $blue !default;
$primary: $green2 !default;
$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;

View file

@ -53,11 +53,11 @@ h3, .h3 {
.navbar-nav .nav-link {
font-size: 1.2rem;
color: $washed-yellow !important;
color: white !important;
}
.footer {
border-top: 1px solid $dawn-sea;
border-top: 1px solid $green2;
}
.footer-logo {