summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-10-31 23:08:42 +0800
committerMole Shang <[email protected]>2024-10-31 23:08:42 +0800
commit52c7f4ddb5b1355b98166d8b630e662c172c3e25 (patch)
treedcd1b22a15b98453c3ec1a748c781eb61a088160
parenta0ba466b9e9b3fe02f55f83919210789eae399cb (diff)
downloadSeje2-52c7f4ddb5b1355b98166d8b630e662c172c3e25.tar.gz
Seje2-52c7f4ddb5b1355b98166d8b630e662c172c3e25.tar.bz2
Seje2-52c7f4ddb5b1355b98166d8b630e662c172c3e25.zip
sass/_taxonomy: fix term-name light modemain
-rw-r--r--sass/_partial/_dark.scss4
-rw-r--r--sass/_partial/_taxonomy.scss2
2 files changed, 5 insertions, 1 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
diff --git a/sass/_partial/_taxonomy.scss b/sass/_partial/_taxonomy.scss
index 631fb5f..1db369f 100644
--- a/sass/_partial/_taxonomy.scss
+++ b/sass/_partial/_taxonomy.scss
@@ -1,5 +1,5 @@
.term-name {
- color: #fff;
+ color: #000000c0;
font-size: 125%;
font-style: italic;
text-decoration: none;