|
Lines 1-7
Link Here
|
| 1 |
$green-text-color: #006100; |
1 |
$green-text-color: #006100; |
| 2 |
$background-color-primary: #408540; |
2 |
$background-color-primary: #408540; |
| 3 |
$background-color-secondary: lighten(saturate(adjust-hue($background-color-primary, -24), 9), 9); |
3 |
$background-color-secondary: lighten(saturate(adjust-hue($background-color-primary, -24), 9), 9); |
| 4 |
$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 30 ); |
4 |
$background-color-modal: lighten( saturate( $background-color-secondary, 5 ), 40 ); |
| 5 |
|
5 |
|
| 6 |
// Copied from Bootstrap 5 without system-ui because of |
6 |
// Copied from Bootstrap 5 without system-ui because of |
| 7 |
// https://infinnie.github.io/blog/2017/systemui.html |
7 |
// https://infinnie.github.io/blog/2017/systemui.html |
| 8 |
- |
|
|