Marc Kupietz | e5073d4 | 2023-03-04 14:15:40 +0100 | [diff] [blame] | 1 | |
2 | $primary: #2F9C97; | ||||
3 | $color-contrast-light: white; | ||||
4 | $color-contrast-dark: white; | ||||
5 | |||||
6 | .text-primary { | ||||
7 | --bs-text-opacity: 1; | ||||
8 | color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; | ||||
9 | } | ||||
10 | |||||
11 | |||||
12 | @import "../node_modules/bootstrap/scss/bootstrap"; |