refactors content warning button
This commit is contained in:
@ -14,6 +14,11 @@
|
||||
}
|
||||
|
||||
/* --- TOGGLES --- */
|
||||
[aria-pressed=true] {
|
||||
background-color: hsl(171, 100%, 41%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
input.toggle-control {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user