mirror of
https://github.com/tchartron/blow
synced 2024-11-22 20:33:09 +00:00
update css
This commit is contained in:
parent
2a0b7b90fa
commit
e59c88ffa6
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
|
||||
@import url("syntax-theme-light.css") (prefers-color-scheme: light);
|
||||
@import url("syntax-dark.css") (prefers-color-scheme: dark);
|
||||
@import url("syntax-light.css") (prefers-color-scheme: light);
|
||||
|
||||
@layer base {
|
||||
h1 {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue