File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919.run-organization {
2020 margin-top : 0.25rem ;
2121 font-size : 0.9rem ;
22- color : var (--theme-fall-orange );
22+ color : var (--title );
2323 text-transform : uppercase;
2424}
2525
2626.organization-link , .organization-link : visited {
27- color : var (--theme-fall-orange );
27+ color : var (--title );
2828 text-decoration : none;
2929}
Original file line number Diff line number Diff line change 156156.mode-toggle .toggle-track {
157157 width : 3rem ;
158158 height : 1.5rem ;
159- background-color : var (--theme-fall-orange );
159+ background-color : var (--title );
160160 border-radius : 0.75rem ;
161161 position : relative;
162162 cursor : pointer;
163163 transition : background-color 0.3s ease, border-color 0.3s ease;
164- border : 1.5px solid var (--theme-fall-orange );
164+ border : 1.5px solid var (--title );
165165 display : flex;
166166 align-items : center;
167167 outline : none;
181181 width : 1.125rem ;
182182 height : 1.125rem ;
183183 border-radius : 50% ;
184- background-color : var (--theme-fall- black );
184+ background-color : var (--theme-black );
185185 position : absolute;
186186 left : 0.1125rem ;
187187 transition : left 0.3s ease, background-color 0.3s ease;
190190 align-items : center;
191191 justify-content : center;
192192 font-size : 0.5625rem ;
193- color : var (--theme-fall- white );
193+ color : var (--theme-white );
194194}
195195
196196.mode-toggle .toggle-track .checked .toggle-knob {
197197 left : calc (100% - 1.2375rem );
198- background-color : var (--theme-fall-orange );
198+ background-color : var (--title );
199199 color : white;
200200}
201201
You can’t perform that action at this time.
0 commit comments