diff options
author | Mole Shang <[email protected]> | 2024-10-31 23:08:42 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-10-31 23:08:42 +0800 |
commit | 52c7f4ddb5b1355b98166d8b630e662c172c3e25 (patch) | |
tree | dcd1b22a15b98453c3ec1a748c781eb61a088160 /sass/_partial/_dark.scss | |
parent | a0ba466b9e9b3fe02f55f83919210789eae399cb (diff) | |
download | Seje2-main.tar.gz Seje2-main.tar.bz2 Seje2-main.zip |
sass/_taxonomy: fix term-name light modemain
Diffstat (limited to 'sass/_partial/_dark.scss')
-rw-r--r-- | sass/_partial/_dark.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/_partial/_dark.scss b/sass/_partial/_dark.scss index ab778df..aaefa04 100644 --- a/sass/_partial/_dark.scss +++ b/sass/_partial/_dark.scss @@ -54,3 +54,7 @@ body { .archive .post-archive .post-item .post-title { color: white; } + +.term-name { + color: white; +}
\ No newline at end of file |