mirror of
https://github.com/lavafroth/lavafroth.github.io.git
synced 2026-06-06 17:31:15 -03:00
feat: change message of collapse button
This commit is contained in:
@@ -158,6 +158,10 @@ math {
|
||||
|
||||
.container label {
|
||||
border: var(--narrow-separator) solid var(--pro);
|
||||
|
||||
&::after {
|
||||
content: 'Expand explanation';
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -173,6 +177,10 @@ math {
|
||||
border: var(--narrow-separator) solid var(--fog);
|
||||
padding: var(--narrow-separator) var(--small-gap);
|
||||
border-radius: var(--gap);
|
||||
|
||||
&::after {
|
||||
content: 'Collapse explanation';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="collapsable-explanation">
|
||||
<div class="container">
|
||||
<label><input type="checkbox"> Collapse explanation</label>
|
||||
<label><input type="checkbox"></label>
|
||||
</div>
|
||||
{{ .Inner | .Page.RenderString }}
|
||||
<div class="container"></div>
|
||||
|
||||
Reference in New Issue
Block a user