This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 & :focus {
2929 @extend %extend_1 ;
3030 }
31- & .download {
32- background : $white ;
33- color : #7386d5 ;
34- }
35- & .article {
36- background : #6d7fcc !important ;
37- color : $white !important ;
38- & :hover {
39- background : #6d7fcc !important ;
40- color : $white !important ;
41- }
42- }
4331}
4432.sidebar-wrapper {
4533 display : inline-flex ;
@@ -132,16 +120,16 @@ span {
132120 font-size : 1.1em ;
133121 display : block ;
134122 & :hover {
135- color : $secureCodeBlue ;
136- background : $white ;
123+ color : $white ;
124+ background : $highlight ;
137125 }
138126 i {
139127 margin-right : 10px ;
140128 }
141129 }
142130 & .active > a {
143131 color : $white ;
144- background : $secureCodeBlue ;
132+ background : $highlight ;
145133 }
146134 }
147135 & .components {
@@ -150,7 +138,7 @@ span {
150138 }
151139 .sidebar-header {
152140 padding : 20px ;
153- background : $secureCodeBlue ;
141+ background : $highlight ;
154142 strong {
155143 display : none ;
156144 font-size : 1.8em ;
@@ -159,7 +147,7 @@ span {
159147}
160148a [aria-expanded = " true" ] {
161149 color : $white ;
162- background : $secureCodeBlue ;
150+ background : $highlight ;
163151}
164152a [data-toggle = " collapse" ] {
165153 position : relative ;
187175 ul a {
188176 font-size : 0.9em !important ;
189177 padding-left : 30px !important ;
190- background : $secureCodeBlue ;
178+ background : $highlight ;
191179 }
192180}
193181#content {
You can’t perform that action at this time.
0 commit comments