styled content filter buttons

This commit is contained in:
Random Penguin 2025-02-13 02:36:15 +00:00
parent e96ee35da0
commit 53f6d920b4

View file

@ -1444,6 +1444,12 @@ a.tag.label,
border-color: goldenrod !important;
color: white !important;
}
/* Content Filter Buttons */
button.content-filter-button {
color: var(--link-color);
background-color: transparent;
border: 1px solid var(--link-color);
}
/* Greater than Full-HD Width
===========================
*/