mirror of
https://github.com/tchartron/blow
synced 2025-02-17 05:38:26 +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 components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
|
@import url("syntax-dark.css") (prefers-color-scheme: dark);
|
||||||
@import url("syntax-theme-light.css") (prefers-color-scheme: light);
|
@import url("syntax-light.css") (prefers-color-scheme: light);
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
h1 {
|
h1 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue