Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 62496ba

Browse files
author
dpatanin
committed
remove unneccessary code and adjust colors
1 parent aaac310 commit 62496ba

1 file changed

Lines changed: 6 additions & 18 deletions

File tree

src/scss/components/_sidebar.scss

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ a {
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
}
160148
a[aria-expanded="true"] {
161149
color: $white;
162-
background: $secureCodeBlue;
150+
background: $highlight;
163151
}
164152
a[data-toggle="collapse"] {
165153
position: relative;
@@ -187,7 +175,7 @@ ul {
187175
ul a {
188176
font-size: 0.9em !important;
189177
padding-left: 30px !important;
190-
background: $secureCodeBlue;
178+
background: $highlight;
191179
}
192180
}
193181
#content {

0 commit comments

Comments
 (0)