From 2f36956071a618b975d5cb9f55c2257b15b58005 Mon Sep 17 00:00:00 2001 From: septs Date: Sat, 30 Jul 2022 20:55:29 +0800 Subject: [PATCH] fix: mtf.wiki identity (#579) --- assets/customize.scss | 11 ++++++----- layouts/shortcodes/mtf-wiki.html | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/customize.scss b/assets/customize.scss index b5a0f33f..f31c8f03 100644 --- a/assets/customize.scss +++ b/assets/customize.scss @@ -40,15 +40,16 @@ a.github-profile { text-align: center; } } -.mtf-wiki { - span:nth-child(1), - span:nth-child(4) { +.mtf-wiki > { + .c1 { color: #5bcefa; } - span:nth-child(2), - span:nth-child(3) { + .c2 { color: #f6a8b8; } + .dot { + color: #ccc; + } } .doctor-story { display: inline !important; diff --git a/layouts/shortcodes/mtf-wiki.html b/layouts/shortcodes/mtf-wiki.html index 9dab13cf..6b84a36d 100644 --- a/layouts/shortcodes/mtf-wiki.html +++ b/layouts/shortcodes/mtf-wiki.html @@ -1 +1 @@ -MtF Wiki \ No newline at end of file +MtF.wiki \ No newline at end of file