Skip to content

Commit b0db098

Browse files
Copilothotlong
andcommitted
Improve CSS performance and add fallback values
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 8458a55 commit b0db098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/crm-app/src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
--ring: 212.7 26.8% 83.9%;
6565
}
6666

67-
* {
67+
*[class*="border"] {
6868
border-color: hsl(var(--border));
6969
}
7070

7171
body {
72-
background-color: hsl(var(--background));
73-
color: hsl(var(--foreground));
72+
background-color: hsl(var(--background, 0 0% 100%));
73+
color: hsl(var(--foreground, 222.2 84% 4.9%));
7474
}
7575
}
7676

0 commit comments

Comments
 (0)