style: summary and hover behavior
This commit is contained in:
parent
9ac0360564
commit
702dc2ce94
1 changed files with 3 additions and 3 deletions
|
@ -53,13 +53,13 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
summary:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
summary {
|
summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
|
||||||
|
|
||||||
summary:hover {
|
|
||||||
color: #bb4a03 !important;
|
color: #bb4a03 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue