Skip to content

Commit 427cca9

Browse files
committed
feat: Fix indent inconsistency
1 parent c247936 commit 427cca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/resources/css/global.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ body {
166166
color: var(--theme);
167167
}
168168
.sidebar .article {
169-
padding: 0.25rem 1rem;
169+
padding: 0.25rem 1rem;
170170
margin-top: 0.25rem;
171171
border-radius: 0.3rem;
172172
color: #aaa;
173173
text-decoration: none;
174-
font-size: 0.9rem;
174+
font-size: 0.9rem;
175175
}
176176
.sidebar .article:hover {
177177
color: #fff;
178-
background-color: #fff1;
178+
background-color: #fff1;
179179
}
180180
.sidebar .active:active {
181-
background-color: #fff2;
181+
background-color: #fff2;
182182
}
183183
.sidebar .article.active {
184184
color: var(--theme);

0 commit comments

Comments
 (0)