mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Beautify shape and color of checkbox
This commit is contained in:
@@ -33,10 +33,7 @@
|
||||
--card-header-bg: rgb(51, 50, 50);
|
||||
--label-color: rgb(108, 117, 125);
|
||||
--checkbox-color: var(--text-color);
|
||||
--checkbox-bg: var(--main-wrapper-bg);
|
||||
--checkbox-checked-color: var(--main-wrapper-bg);
|
||||
--checkbox-checked-bg: var(--text-color);
|
||||
|
||||
--checkbox-checked-color: var(--link-color);
|
||||
|
||||
/* Sidebar */
|
||||
--nav-cursor-color: rgb(183, 182, 182);
|
||||
|
||||
@@ -23,12 +23,10 @@
|
||||
--tb-border-color: #eaeaea;
|
||||
--button-bg: #fff;
|
||||
--btn-backtotop-color: #686868;
|
||||
--btn-backtotop-border-color: #f1f1f1; //--main-border-color,
|
||||
--btn-backtotop-border-color: #f1f1f1;
|
||||
--btn-box-shadow: #eaeaea;
|
||||
--checkbox-color: darkgrey;
|
||||
--checkbox-bg: var(--main-wrapper-bg);
|
||||
--checkbox-checked-bg: var(--main-wrapper-bg);
|
||||
--checkbox-checked-color: grey;
|
||||
--checkbox-checked-color: #2796ff;
|
||||
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
Reference in New Issue
Block a user