added css for open list items

This commit is contained in:
Stefan 2018-06-14 22:09:19 +02:00
parent 6538c92910
commit 915369ed28
1 changed files with 11 additions and 7 deletions

View File

@ -57,6 +57,10 @@ h3::before {
content: "▶ ";
}
h3.open::before {
content: "▼ ";
}
h3:hover {
background-color: #333;
color: #eee;