Skip to content

Commit e0fe95a

Browse files
committed
Fix indentation issues in CSS files
Let's try to be consistent.
1 parent fdbf307 commit e0fe95a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@media (prefers-color-scheme: dark) {
22
.directory .levels span {
3-
color: #1982d2;
3+
color: #1982d2;
44
}
55

66
address {
7-
font-style: normal;
8-
color: #2a4d99;
7+
font-style: normal;
8+
color: #2a4d99;
99
}
1010
}
1111

@@ -18,7 +18,7 @@ body {
1818
}
1919

2020
#body {
21-
background-color: var(--page-background-color);
21+
background-color: var(--page-background-color);
2222
}
2323

2424
div {

0 commit comments

Comments
 (0)