1
0
cms11/resources/css/details.css

23 lines
448 B
CSS
Raw Normal View History

.spoiler {
border-left: 4px solid #d08770;
margin: 1rem auto;
color: #e4f1fe;
background-color: #564d33;
max-width: var(--design-width);
width: 100%;
border-radius: .5rem;
summary {
user-select: none;
cursor: pointer;
display: block;
padding-left: 1rem;
font-weight: bold;
&:hover {
text-decoration: underline;
color: #fff;
}
}
}