Reduce need for css overrides by rearanging values in pcss
This commit is contained in:
parent
f78e7ce6e1
commit
7632941962
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
.nordlys {
|
||||
--background: 0 0% 0%; /* #000000 */
|
||||
--foreground: 173 80% 40%; /* #14b8a6 */
|
||||
--foreground: 183 100% 96%; /* #14b8a6 */
|
||||
|
||||
--muted: 183 100% 96%; /* #ecfeff */
|
||||
--muted-foreground: 176 61% 19%; /* #134e4a */
|
||||
|
@ -83,10 +83,10 @@
|
|||
--border: 183 100% 96%; /* #ecfeff */
|
||||
--input: 183 100% 96%; /* #ecfeff */
|
||||
|
||||
--primary: 173 80% 40%; /* #14b8a6 */
|
||||
--primary: 183 100% 96%; /* #14b8a6 */
|
||||
--primary-foreground: 221 39% 11%; /* #111827 */
|
||||
|
||||
--secondary: 183 100% 96%; /* #ecfeff */
|
||||
--secondary: 173 80% 40%; /* #ecfeff */
|
||||
--secondary-foreground: 173 80% 40%; /* #14b8a6 */
|
||||
|
||||
--accent: 183 100% 96%; /* #ecfeff */
|
||||
|
|
Loading…
Reference in a new issue