Skip to content

Commit 126f63f

Browse files
committed
fix: add spaces to css comments
1 parent e9c8686 commit 126f63f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_sass/custom/custom.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ div.site-logo {
3737
color: $body-text-color;
3838
}
3939

40-
//Dark mode link styles
40+
// Dark mode link styles
4141
html[data-theme="dark"] {
4242
.main-header a,
4343
.main-header button,
@@ -64,7 +64,7 @@ html[data-theme="dark"] {
6464
}
6565
}
6666

67-
//Label colors
67+
// Label colors
6868
main {
6969
.label-green {
7070
background-color: $label-success-bg;
@@ -75,7 +75,7 @@ main {
7575
}
7676
}
7777

78-
//Outline styles
78+
// Outline styles
7979
.search:focus-within,
8080
.btn:focus,
8181
.btn:active,

0 commit comments

Comments
 (0)