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