1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Avoid color sparkles when switching modes.

- the search bar (desktop view)
- the site title.
This commit is contained in:
Cotes Chung
2020-05-05 04:57:40 +08:00
parent 9c3d3fdeed
commit 3f843f010a
4 changed files with 10 additions and 16 deletions

View File

@@ -37,7 +37,6 @@
--label-color: rgb(108, 117, 125);
/* Sidebar */
--site-title-color: rgba(255, 255, 255, 0.5);
--nav-cursor-color: rgb(183, 182, 182);
--sidebar-bg: radial-gradient(circle, #242424 0%, #1d1f27 100%);

View File

@@ -44,8 +44,6 @@
/* Sidebar */
--site-title-color: #b6b6b6;
--sidebar-bg: radial-gradient(
circle, rgba(42, 30, 107, 1) 0%, rgba(35, 37, 46, 1) 100%);
@@ -57,8 +55,6 @@
--topbar-text-color: rgb(78, 78, 78);
--search-wrapper-bg: #fff;
--search-wrapper-bg: #f5f5f5;
--search-tag-bg: #f8f9fa;