forked from Botanical/BotanJS
Astro Classes
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
.spoiler {
|
||||
|
||||
}
|
||||
|
||||
.spoiler .title {
|
||||
background: cornflowerblue;
|
||||
color: white;
|
||||
padding: 0.2em 0.5em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.spoiler .title:hover {
|
||||
background: royalblue;
|
||||
}
|
||||
|
||||
.spoiler .title[clicked] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.spoiler .content {
|
||||
padding: 0.5em;
|
||||
font-size: 0.9em;
|
||||
line-height: 1.2em;
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user