From a0ba466b9e9b3fe02f55f83919210789eae399cb Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Sun, 5 May 2024 00:12:46 +0800 Subject: templates/{archive,taxonomy}: refactor and enforce a coherent style --- sass/_partial/_taxonomy.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sass/_partial/_taxonomy.scss (limited to 'sass/_partial/_taxonomy.scss') diff --git a/sass/_partial/_taxonomy.scss b/sass/_partial/_taxonomy.scss new file mode 100644 index 0000000..631fb5f --- /dev/null +++ b/sass/_partial/_taxonomy.scss @@ -0,0 +1,12 @@ +.term-name { + color: #fff; + font-size: 125%; + font-style: italic; + text-decoration: none; +} + +.term-name-heading { + border: 1px #616161; + border-style: solid none none none; + padding: 0.5em 0; +} -- cgit v1.2.3