fix dark style
This commit is contained in:
parent
244187a816
commit
11a00ea4d4
2 changed files with 180 additions and 433 deletions
|
@ -3,7 +3,7 @@
|
||||||
* A simple, clean, flexible Hugo theme
|
* A simple, clean, flexible Hugo theme
|
||||||
* https://github.com/nanxiaobei/hugo-paper
|
* https://github.com/nanxiaobei/hugo-paper
|
||||||
* Designed by 南小北 (https://lee.so/)
|
* Designed by 南小北 (https://lee.so/)
|
||||||
* Updated in 2022.8.16
|
* Updated in 2022.11.16
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
|
@ -80,6 +80,6 @@
|
||||||
padding-left: calc(theme('space.8') - 3px) !important;
|
padding-left: calc(theme('space.8') - 3px) !important;
|
||||||
margin-left: calc(theme('space.8') * -1) !important;
|
margin-left: calc(theme('space.8') * -1) !important;
|
||||||
|
|
||||||
@apply !border-black;
|
@apply !border-black dark:!border-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
609
assets/main.css
609
assets/main.css
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue