1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00
SmallHyperbolic/docs/details.css

27 lines
381 B
CSS
Raw Normal View History

2022-02-11 18:12:24 +01:00
details {
border: 1px solid #aaa;
border-radius: 4px;
padding: .4em .4em 0;
align-content: center;
}
summary {
font-weight: bold;
margin: -0.4em -.2em 0;
padding: .0em;
display: revert;
}
details[open] {
padding: .5em;
}
details[open] summary {
border-bottom: 1px solid #aaa;
margin-bottom: .5em;
}
2022-02-11 18:17:06 +01:00
.math-text {
2022-02-11 18:12:24 +01:00
display: none;
}