blob: 20fde6ad33eac69f57d893c10879ec217168232f [file] [log] [blame]
Marc Kupietze5073d42023-03-04 14:15:40 +01001
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";