Reduce need for css overrides by rearanging values in pcss

This commit is contained in:
Neshura 2024-01-04 00:51:06 +01:00
parent f78e7ce6e1
commit 7632941962
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -69,7 +69,7 @@
.nordlys { .nordlys {
--background: 0 0% 0%; /* #000000 */ --background: 0 0% 0%; /* #000000 */
--foreground: 173 80% 40%; /* #14b8a6 */ --foreground: 183 100% 96%; /* #14b8a6 */
--muted: 183 100% 96%; /* #ecfeff */ --muted: 183 100% 96%; /* #ecfeff */
--muted-foreground: 176 61% 19%; /* #134e4a */ --muted-foreground: 176 61% 19%; /* #134e4a */
@ -83,10 +83,10 @@
--border: 183 100% 96%; /* #ecfeff */ --border: 183 100% 96%; /* #ecfeff */
--input: 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 */ --primary-foreground: 221 39% 11%; /* #111827 */
--secondary: 183 100% 96%; /* #ecfeff */ --secondary: 173 80% 40%; /* #ecfeff */
--secondary-foreground: 173 80% 40%; /* #14b8a6 */ --secondary-foreground: 173 80% 40%; /* #14b8a6 */
--accent: 183 100% 96%; /* #ecfeff */ --accent: 183 100% 96%; /* #ecfeff */