1
0
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:
Jason McBrayer 2018-05-31 18:47:11 -04:00
parent 0745e1730f
commit 097dd694fb

View File

@ -211,3 +211,11 @@ img {
.media.active_context {
background-color: #DDD;
}
summary::before {
content: " 🠞 ";
}
details[open] summary::before {
content: " 🠟 ";
}