mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
styled content filter buttons
This commit is contained in:
parent
e96ee35da0
commit
53f6d920b4
1 changed files with 6 additions and 0 deletions
|
@ -1444,6 +1444,12 @@ a.tag.label,
|
||||||
border-color: goldenrod !important;
|
border-color: goldenrod !important;
|
||||||
color: white !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
|
/* Greater than Full-HD Width
|
||||||
===========================
|
===========================
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue