File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1515
1616 & : hover ,
1717 & : focus {
18- color : var (--themePurple );
19- text-decoration : none;
18+ color : var (--themeLightPurple );
2019 }
2120
2221}
2928}
3029
3130.isActiveLink {
32- color : var (--themePurple );
31+ color : var (--themeLightPurple );
32+ text-decoration : underline;
33+ text-underline-offset : 4px ;
3334}
3435
3536.isActiveParentLink {
3637 background-color : var (--sidebarActiveBackgroundColor );
37- color : var (--white );
38+ color : var (--themeLightPurple );
3839 }
39-
40+
4041 .sectionHeading {
41- color : var (--white );
42+ color : var (--themeLightPurple );
4243}
4344
4445.iconContainer {
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ module.exports = {
3838
3939 themePink : whisparrPink ,
4040 themePurple : whisparrPurple ,
41+ themeLightPurple : '#c084fc' ,
4142 themeAlternatePink : '#c4337c' ,
4243 themeRed : '#c4273c' ,
4344 themeDarkColor : '#494949' ,
You can’t perform that action at this time.
0 commit comments