feat(css): improve looking for <summary>
inside <details>
This commit is contained in:
parent
f74e559144
commit
3eebadc000
@ -21,6 +21,12 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details[open] summary {
|
||||||
|
border-bottom: 1px solid $--primary-text-color;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: $--bg-color;
|
background: $--bg-color;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user