We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbe5f2 commit 6343125Copy full SHA for 6343125
1 file changed
resources/scss/src/component/Markdown.scss
@@ -57,20 +57,18 @@
57
list-style : none;
58
}
59
60
- details summary::before {
61
- content: "\f055";
62
- }
63
-
64
details[open] summary::before {
65
- content: "\f056";
+ transform: rotate(45deg);
66
67
68
details summary::before {
69
color : #c4c4c4;
+ content : "\f055";
70
font-family: var(--fa-style-family, "Font Awesome 7 Free");
71
font-size : 1em;
72
font-weight: var(--fa-style, 900);
73
margin : 0.4em 0.4em 0.4em 0;
+ transition : transform 300ms ease-out;
74
75
76
h1.neo-h1 {
0 commit comments