attempt to fix tailwindcss utlity class but no worky
This commit is contained in:
parent
5d26971b63
commit
7d26bd750c
4 changed files with 26 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@theme {
|
||||
--color-paragraph: 255, 255, 255;
|
||||
--color-background: 9, 31, 54;
|
||||
--color-primary: 15, 40, 98;
|
||||
--color-secondary: 79, 95, 118;
|
||||
--color-accent: 158, 54, 58;
|
||||
--color-primary: rgba(15, 40, 98);
|
||||
--color-secondary: rgba(79, 95, 118);
|
||||
--color-accent: rgba(158, 54, 58);
|
||||
--color-paragraph: rgba(255, 255, 255);
|
||||
--color-background: rgba(9, 31, 54);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue