mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix summary/details arrow styling in FULLBRUTALISM mode
This commit is contained in:
@ -211,3 +211,11 @@ img {
|
||||
.media.active_context {
|
||||
background-color: #DDD;
|
||||
}
|
||||
|
||||
summary::before {
|
||||
content: " 🠞 ";
|
||||
}
|
||||
|
||||
details[open] summary::before {
|
||||
content: " 🠟 ";
|
||||
}
|
||||
|
Reference in New Issue
Block a user