@@ -8,8 +8,8 @@ abstracted to a single file.
88HOW TO USE: All variables in the CAPY COLOR SUITE should be treated
99as constants. These constants should NOT be found in other CSS files.
1010Instead, create variables in the COLOR VARIABLES section, and use those.
11- COLOR VARIABLES should be duplicated and properly adjusted in the dark
12- mode section as well.
11+ COLOR VARIABLES should be duplicated and adjusted in the dark mode
12+ section as well.
1313
1414*/
1515
@@ -18,7 +18,6 @@ mode section as well.
1818 --site-transition : 0.25s ;
1919 --site-font : 'Asap' , sans-serif;
2020
21- /* ========================================== */
2221
2322 /* CAPY COLOR SUITE ========================= */
2423
@@ -32,7 +31,9 @@ mode section as well.
3231 --highlight : # f4f8f6 ;
3332 --off-black : # 20201f ;
3433
35- /* ========================================== */
34+
35+ /* MISC DEV VARIABLES ======================= */
36+
3637
3738 /* COLOR VARIABLES ========================== */
3839
@@ -41,11 +42,22 @@ mode section as well.
4142 --standard-white : var (--off-white );
4243 --standard-black : var (--off-black );
4344 --standard-text : var (--primary );
45+ --standard-bw-text : var (--off-black );
46+
47+ /* Navbar */
48+ --nav-bg : # e6e6e6 ;
49+ --navlink-hover-bg : rgb (0 0 0 / 5% );
50+ --navlink-color : # 444 ;
51+ --nav-indicator-bg : # d0d0d0 ;
4452
45- /* Sidebar */
46- --sidebar-bg : var (--highlight );
47- --sidebar-link-hover-bg : var (--off-white );
48- --sidebar-active-link-bg : var (--primary-light );
53+ /* Carousel */
54+ --carousel-bg : # f2dede ;
55+
56+ /* Organizations */
57+ --org-bg : # D9D9D9 ;
58+ --img-placeholder-bg : # b3807d ;
59+ --general-org-btn-bg : # b3807d ;
60+ --manage-org-btn-bg : # 97bdc6 ;
4961}
5062
5163[data-theme = 'dark' ] {
@@ -56,9 +68,10 @@ mode section as well.
5668 --standard-white : var (--off-black );
5769 --standard-black : var (--off-white );
5870 --standard-text : var (--off-white );
71+ --standard-bw-text : var (--off-white );
72+
73+ /* Navbar */
74+
5975
60- /* Sidebar */
61- --sidebar-bg : var (--primary-extra-dark );
62- --sidebar-link-hover-bg : var (--accent );
63- --sidebar-active-link-bg : var (--accent );
76+ /* Carousel */
6477}
0 commit comments