1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

CSS: Updated status colors to be CSS variables, Added dark variants

Needed some level of harcoding though due to callouts using colors,
which can't be css colors as DOMPDF won't understand these.
Use css variables elsewhere and added new dark variants to fit a bit
better.
This commit is contained in:
Dan Brown
2023-06-13 15:52:33 +01:00
parent b01bbf9c89
commit f7ad387a10
6 changed files with 47 additions and 34 deletions

View File

@@ -50,7 +50,7 @@
fill: currentColor;
}
&.success {
background: $positive;
background: var(--color-positive);
color: #FFF;
}
&:focus {