style: summary and hover behavior

This commit is contained in:
Ayo Ayco 2024-04-23 21:01:52 +02:00
parent 9ac0360564
commit 702dc2ce94

View file

@ -53,13 +53,13 @@ body {
}
}
summary:hover {
text-decoration: underline;
}
summary {
cursor: pointer;
margin-bottom: 5px;
font-weight: bold;
}
summary:hover {
color: #bb4a03 !important;
}