Theme color fixes (master) #6088

Merged
infinite-persistence merged 7 commits from ip/theme.fix.master into master 2021-05-19 17:57:34 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6a344d2072 - Show all commits

View file

@ -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)
// //

View file

@ -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;