added css for open list items
This commit is contained in:
parent
6538c92910
commit
915369ed28
|
@ -57,6 +57,10 @@ h3::before {
|
|||
content: "▶ ";
|
||||
}
|
||||
|
||||
h3.open::before {
|
||||
content: "▼ ";
|
||||
}
|
||||
|
||||
h3:hover {
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
|
|
Loading…
Reference in New Issue