diff options
author | Mole Shang <[email protected]> | 2023-05-01 17:07:02 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-05-01 17:07:02 +0800 |
commit | 9ac73d2bfce25caa059e0ee53202b81e1ae98103 (patch) | |
tree | ce52830deaf39d0fb4df779a476cf6206b07c5c5 /sass | |
parent | c217e580ee111873cc14195b62574b05c32dad66 (diff) | |
download | Seje2-9ac73d2bfce25caa059e0ee53202b81e1ae98103.tar.gz Seje2-9ac73d2bfce25caa059e0ee53202b81e1ae98103.tar.bz2 Seje2-9ac73d2bfce25caa059e0ee53202b81e1ae98103.zip |
sass/vertical: remove redundant css...
... to avoid overriding blog-title's color in dark mode
Diffstat (limited to 'sass')
-rw-r--r-- | sass/vertical.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/vertical.scss b/sass/vertical.scss index c368c71..1ae9328 100644 --- a/sass/vertical.scss +++ b/sass/vertical.scss @@ -2,3 +2,4 @@ @import "_partial/_header_vertical"; @import "_partial/_post_vertical"; @import "_partial/_archive_vertical"; +@import "_partial/term_vertical" |