mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Simplify checkbox with fontawesome icon
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
--btn-box-shadow: var(--main-wrapper-bg);
|
||||
--card-header-bg: rgb(51, 50, 50);
|
||||
--label-color: rgb(108, 117, 125);
|
||||
--checkbox-color: var(--text-color);
|
||||
--checkbox-color: rgb(118 120 121);
|
||||
--checkbox-checked-color: var(--link-color);
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
--btn-backtotop-border-color: #f1f1f1;
|
||||
--btn-box-shadow: #eaeaea;
|
||||
--checkbox-color: darkgrey;
|
||||
--checkbox-checked-color: #2796ff;
|
||||
--checkbox-checked-color: #07a8f7;
|
||||
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
Reference in New Issue
Block a user