mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05: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 {
|
.media.active_context {
|
||||||
background-color: #DDD;
|
background-color: #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
summary::before {
|
||||||
|
content: " 🠞 ";
|
||||||
|
}
|
||||||
|
|
||||||
|
details[open] summary::before {
|
||||||
|
content: " 🠟 ";
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user