added a lighter muted color variable

This commit is contained in:
Christopher 2025-05-01 01:12:52 -06:00
parent 8b5ad29d90
commit 0658c8ca12

View file

@ -51,6 +51,7 @@
--primary-color-scrollbar: rgba(255,255,255,0.3);
--default-state-scrollbar: transparent;
--text-muted-color: hsla(0,0%,100%,.45);
--text-light-muted-color: hsla(0,0%,100%,.7);
/* Override bootstrap css variables */
--bs-body-bg: #1f2020;