diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d90b8b..1d8168aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file. - :bug: Fix: typeit print code error ([#19](https://github.com/Lruihao/FixIt/issues/19)) - :bug: Fix: pre element overflow error ([#29](https://github.com/Lruihao/FixIt/issues/29)) - :bug: Fix: toc display error without content header ([#21](https://github.com/Lruihao/FixIt/issues/21)) -- :lipstick: Style: style detail adjustments, change scroll-behavior to smooth, header, footer, shortcode style etc. +- :lipstick: Style: style detail adjustments, change scroll-behavior to smooth, taxonomy, header, footer, shortcode style etc. - :pencil: Docs: improve demo site documentation ([#37](https://github.com/Lruihao/FixIt/issues/37)) - :wrench: Chore: add commands `fixit_checker.sh` - :wrench: Chore(i18n): change some translations diff --git a/assets/css/_partial/_archive/_terms.scss b/assets/css/_partial/_archive/_terms.scss index d1cd3d4c..d06d5c89 100644 --- a/assets/css/_partial/_archive/_terms.scss +++ b/assets/css/_partial/_archive/_terms.scss @@ -72,6 +72,7 @@ text-align: right; color: $global-font-secondary-color; white-space: nowrap; + font-variant-numeric: tabular-nums lining-nums; [theme=dark] & { color: $global-font-secondary-color-dark;