From 1a70784c75ba26713e040bb44e9fbc6867079010 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 6 Apr 2025 20:06:59 -0400 Subject: Remove color from * and fix toasts in light mode --- ufund-ui/src/styles.css | 1 - 1 file changed, 1 deletion(-) (limited to 'ufund-ui/src/styles.css') diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css index 7f3f973..eae5b50 100644 --- a/ufund-ui/src/styles.css +++ b/ufund-ui/src/styles.css @@ -2,7 +2,6 @@ * { box-sizing: border-box; - color: var(--foreground-color); transition: color, background-color ease-in-out .1s; } -- cgit v1.2.3