mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
Add spoiler UI component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.control {
|
||||
color: var(--btn-subtle-fg);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
color: var(--btn-subtle-fg-hover);
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user