fix: use theme-modifiable colors (#658)

This commit is contained in:
Gorjan Petrovski
2021-09-29 18:08:43 +02:00
committed by GitHub
parent e72d737220
commit 091842555f
13 changed files with 36 additions and 25 deletions

View File

@@ -237,6 +237,14 @@
border-color: var(--sn-stylekit-danger-color);
}
.bg-inverted-default {
background-color: var(--sn-stylekit-contrast-foreground-color);
}
.color-inverted-default {
color: var(--sn-stylekit-background-color);
}
.pt-1 {
padding-top: 0.25rem;
}
@@ -267,3 +275,7 @@
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.select-none {
user-select: none;
}