Skip to content

Commit 9770a99

Browse files
authored
Update README.md
1 parent 6500e86 commit 9770a99

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,10 @@ tailwindcss-setup/
8181
@tailwind base;
8282
@tailwind components;
8383
@tailwind utilities;
84-
85-
@layer utilities {
86-
.bg-table-header {
87-
background-color: #091a52;
88-
}
89-
.text-highlight {
90-
color: #ff5733;
91-
}
84+
85+
@theme {
86+
--color-table-header: #091a52;
87+
--color-highlight: #ff5733;
9288
}
9389
```
9490

0 commit comments

Comments
 (0)