From 52c7f4ddb5b1355b98166d8b630e662c172c3e25 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Thu, 31 Oct 2024 23:08:42 +0800 Subject: sass/_taxonomy: fix term-name light mode --- sass/_partial/_dark.scss | 4 ++++ sass/_partial/_taxonomy.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sass') 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; -- cgit v1.2.3