mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-11-02 16:37:19 -04:00
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
Block a user