We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c247936 commit 427cca9Copy full SHA for 427cca9
static/resources/css/global.css
@@ -166,19 +166,19 @@ body {
166
color: var(--theme);
167
}
168
.sidebar .article {
169
- padding: 0.25rem 1rem;
+ padding: 0.25rem 1rem;
170
margin-top: 0.25rem;
171
border-radius: 0.3rem;
172
color: #aaa;
173
text-decoration: none;
174
- font-size: 0.9rem;
+ font-size: 0.9rem;
175
176
.sidebar .article:hover {
177
color: #fff;
178
- background-color: #fff1;
+ background-color: #fff1;
179
180
.sidebar .active:active {
181
- background-color: #fff2;
+ background-color: #fff2;
182
183
.sidebar .article.active {
184
0 commit comments