Skip to content

Commit af97bbb

Browse files
committed
fix: add same style for CSS comments
1 parent 5b51dba commit af97bbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_sass/custom/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ div.site-logo {
2929
color: $body-text-color;
3030
}
3131

32-
/* Dark mode link styles */
32+
//Dark mode link styles
3333
html[data-theme="dark"] {
3434
.main-header a,
3535
.main-header button,
@@ -56,7 +56,7 @@ html[data-theme="dark"] {
5656
}
5757
}
5858

59-
/* Label colors */
59+
//Label colors
6060
main {
6161
.label-green {
6262
background-color: $label-success-bg;

0 commit comments

Comments
 (0)