Theme color fixes (master) #6088
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Colors are taken from this color pallette
|
// Colors are taken from this color palette
|
||||||
// https://tailwindcss.com/docs/customizing-colors
|
// https://tailwindcss.com/docs/customizing-colors
|
||||||
// New colors should be also taken from the same color palette (if possible)
|
// New colors should be also taken from the same color palette (if possible)
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[theme='dark'] {
|
[theme='dark'] {
|
||||||
// Color overides
|
// Color overrides
|
||||||
--color-secondary: #1d3b63;
|
--color-secondary: #1d3b63;
|
||||||
--color-secondary-alt: #dbeafe;
|
--color-secondary-alt: #dbeafe;
|
||||||
--color-secondary-alt-2: #bfdbfe;
|
--color-secondary-alt-2: #bfdbfe;
|
||||||
|
|
Loading…
Reference in a new issue