Update osi_model.css

This commit is contained in:
Joshua Killen 2020-04-16 18:34:43 +01:00
parent 4bdfa9c912
commit 3a29e3c1ff
1 changed files with 9 additions and 0 deletions

View File

@ -4,4 +4,13 @@
.osiContent {
font-family: arvo;
}
summary {
list-style-image: url(arrow.png);
}
summary::-webkit-details-marker {
background: url(arrow.png);
color: transparent;
}