diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a8a0f1..7fe18567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file. - :bug: Fix: ibruce and watermark option negative value error ([#114](https://github.com/Lruihao/FixIt/issues/114)) - :sparkles: Style: add some common CSS styles Class ([#101](https://github.com/Lruihao/FixIt/issues/101)) - :lipstick: Style: add the gap between and icon and text at blending typesetting (@ctj12461, @Lruihao[#118](https://github.com/Lruihao/FixIt/pull/118)) +- :lipstick: Style: modify blockquote CSS - :memo: Docs: revised theme documentations - :zap: Perf: remove third-party library clipboard.js ([#84](https://github.com/Lruihao/FixIt/issues/84)) - :pencil2: Docs: fix highlight url typo in `theme-documentation-built-in-shortcodes` (@d-baer[#85](https://github.com/Lruihao/FixIt/pull/85)) diff --git a/assets/css/_shortcodes/_center-quote.scss b/assets/css/_shortcodes/_center-quote.scss index 6813082f..f5031f62 100644 --- a/assets/css/_shortcodes/_center-quote.scss +++ b/assets/css/_shortcodes/_center-quote.scss @@ -4,6 +4,7 @@ padding: 0; position: relative; text-align: center; + color: initial; &::after, &::before { diff --git a/assets/css/_variables.scss b/assets/css/_variables.scss index 514ad62a..78abbc18 100644 --- a/assets/css/_variables.scss +++ b/assets/css/_variables.scss @@ -94,8 +94,8 @@ $table-thead-color: #ededed !default; $table-thead-color-dark: #20252b !default; // Color of the blockquote -$blockquote-color: #bbc2c8 !default; -$blockquote-color-dark: #808992 !default; +$blockquote-color: #697681 !default; +$blockquote-color-dark: #9ba3aa !default; // ========== Single Content ========== // // ========== Pagination ========== //