1
0
cms11/resources/css/details.css

32 lines
551 B
CSS

.spoiler,
.update {
margin: 1rem auto;
color: #e4f1fe;
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;
}
}
}
.spoiler {
border-left: 4px solid #d08770;
background-color: #564d33;
}
.update {
border-left: 4px solid #7070d0;
background-color: #363356;
}