Add spoiler UI component

This commit is contained in:
jeffvli
2024-02-01 03:58:36 -08:00
parent ea67a18962
commit 6aba41c3d9
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,9 @@
.control {
color: var(--btn-subtle-fg);
font-weight: 600;
}
.control:hover {
color: var(--btn-subtle-fg-hover);
text-decoration: none;
}