Tweak theme with FOSSY green
This commit is contained in:
parent
2848db468e
commit
8173497769
2 changed files with 4 additions and 3 deletions
|
@ -42,6 +42,7 @@ $red: #dc3545 !default;
|
||||||
$orange: #fd7e14 !default;
|
$orange: #fd7e14 !default;
|
||||||
$yellow: #ffc107 !default;
|
$yellow: #ffc107 !default;
|
||||||
$green: #28a745 !default;
|
$green: #28a745 !default;
|
||||||
|
$green2: #137752 !default;
|
||||||
$teal: #20c997 !default;
|
$teal: #20c997 !default;
|
||||||
$cyan: #17a2b8 !default;
|
$cyan: #17a2b8 !default;
|
||||||
|
|
||||||
|
@ -66,7 +67,7 @@ $colors: map-merge(
|
||||||
$colors
|
$colors
|
||||||
);
|
);
|
||||||
|
|
||||||
$primary: $blue !default;
|
$primary: $green2 !default;
|
||||||
$secondary: $gray-600 !default;
|
$secondary: $gray-600 !default;
|
||||||
$success: $green !default;
|
$success: $green !default;
|
||||||
$info: $cyan !default;
|
$info: $cyan !default;
|
||||||
|
|
|
@ -53,11 +53,11 @@ h3, .h3 {
|
||||||
|
|
||||||
.navbar-nav .nav-link {
|
.navbar-nav .nav-link {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
color: $washed-yellow !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
border-top: 1px solid $dawn-sea;
|
border-top: 1px solid $green2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-logo {
|
.footer-logo {
|
||||||
|
|
Loading…
Reference in a new issue