refactors content warning button

This commit is contained in:
Mouse Reeve
2021-01-16 19:57:20 -08:00
parent 6ab543004e
commit 3e58163f0d
7 changed files with 76 additions and 33 deletions

View File

@ -14,6 +14,11 @@
}
/* --- TOGGLES --- */
[aria-pressed=true] {
background-color: hsl(171, 100%, 41%);
color: white;
}
input.toggle-control {
display: none;
}