File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ switch (variant) {
2020---
2121
2222<a
23- class ={ " button-link outline outline-1 outline-type-color py-2 px-4 flex flex-nowrap w-fit items-center justify-between rounded-full hover:bg-sidebar-type-color hover:text-sidebar- bg-color hover:no-underline " +
23+ class ={ " button-link outline outline-1 outline-type-color py-2 px-4 flex flex-nowrap w-fit items-center justify-between rounded-full hover:bg-sidebar-type-color hover:text-bg-color hover:no-underline " +
2424 Astro .props .class }
2525 href ={ url }
2626>
Original file line number Diff line number Diff line change 210210 border : 1px solid var (--sidebar-type-color );
211211 & :hover {
212212 background-color : var (--sidebar-type-color );
213- color : var (--sidebar- bg-color );
213+ color : var (--bg-color );
214214 text-decoration : none ;
215215 }
216216 font-size : 1.5rem ;
Original file line number Diff line number Diff line change 3131 }
3232 color : var (--sidebar-type-color );
3333 & :hover {
34- color : var (--sidebar- bg-color );
34+ color : var (--bg-color );
3535 }
3636 }
3737
You can’t perform that action at this time.
0 commit comments