2022-12-27 17:52:41 +02:00
|
|
|
.content details {
|
|
|
|
background: var(--sidebar-bg);
|
|
|
|
color: var(--sidebar-fg) !important;
|
|
|
|
border-radius: 0.25em;
|
|
|
|
padding: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content details summary h4 {
|
|
|
|
display: inline-block;
|
|
|
|
list-style: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
margin: 0.5em 0.25em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content details summary h4:target::before {
|
|
|
|
margin-left: -40px;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
2023-01-12 13:26:07 +02:00
|
|
|
.content details summary .pop-out {
|
|
|
|
color: var(--icons);
|
|
|
|
padding: 0 8px;
|
|
|
|
cursor: pointer;
|
|
|
|
transition: color 0.5s;
|
2022-12-27 17:52:41 +02:00
|
|
|
}
|
2023-01-05 09:26:22 +02:00
|
|
|
|
2023-01-12 13:26:07 +02:00
|
|
|
.content details summary .pop-out i:hover {
|
|
|
|
color: var(--icons-hover);
|
2023-01-05 09:26:22 +02:00
|
|
|
}
|