1
0
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:
Cotes Chung
2020-12-15 15:20:03 +08:00
parent 0225d28fd3
commit cb984aa021
4 changed files with 10 additions and 31 deletions

View File

@@ -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 */

View File

@@ -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 */