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:
@@ -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%);
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user