mirror of https://gitlab.com/brutaldon/brutaldon
Fix summary/details arrow styling in FULLBRUTALISM mode
This commit is contained in:
parent
0745e1730f
commit
097dd694fb
|
@ -211,3 +211,11 @@ img {
|
|||
.media.active_context {
|
||||
background-color: #DDD;
|
||||
}
|
||||
|
||||
summary::before {
|
||||
content: " 🠞 ";
|
||||
}
|
||||
|
||||
details[open] summary::before {
|
||||
content: " 🠟 ";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue