Skip to content

Commit ddfc52b

Browse files
committed
use LF
1 parent cecc5ff commit ddfc52b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/assets/css/dark_mode.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
color: #ddba52
4444
}
4545

46-
.md-typeset .note>.admonition-title,
47-
.md-typeset .note>summary {
46+
.md-typeset .note > .admonition-title,
47+
.md-typeset .note > summary {
4848
background-color: #0000001a;
4949
}
50-
50+
5151
.md-typeset .admonition.note,
5252
.md-typeset details.note {
5353
border-color: #675647;
5454
}
5555

56-
.md-typeset .note>.admonition-title:before,
57-
.md-typeset .note>summary:before {
56+
.md-typeset .note > .admonition-title:before,
57+
.md-typeset .note > summary:before {
5858
background-color: #65686d;
5959
-webkit-mask-image: var(--md-admonition-icon--note);
6060
mask-image: var(--md-admonition-icon--note);
@@ -65,10 +65,10 @@
6565
border-color: #776144;
6666
}
6767

68-
.md-typeset .warning>.admonition-title:before,
69-
.md-typeset .warning>summary:before {
68+
.md-typeset .warning > .admonition-title:before,
69+
.md-typeset .warning > summary:before {
7070
background-color: #d9913bc2;
7171
-webkit-mask-image: var(--md-admonition-icon--warning);
7272
mask-image: var(--md-admonition-icon--warning);
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)