mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +00:00
4.61.0
* Changed: Replace the old Twitter widget on the FFZ Control Center's Home page with a custom Bluesky widget. * Fixed: Settings profile rules for the current channel and current category not functioning correctly. * Developer Changed: We TypeScript (a work-in-progress conversion) * Developer Fixed: The GraphQL inspector not properly displaying data.
This commit is contained in:
parent
31e7ce4ac5
commit
18491b0873
25 changed files with 846 additions and 208 deletions
|
@ -183,6 +183,20 @@ textarea.ffz-input {
|
|||
font-weight: bold;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.ffz--menu-page__header-links {
|
||||
color: var(--color-text-alt-2);
|
||||
|
||||
a {
|
||||
font-weight: normal;
|
||||
color: var(--color-text-alt) !important;
|
||||
|
||||
&:focus,&:hover {
|
||||
color: var(--color-text-link) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -534,4 +548,4 @@ textarea.ffz-input {
|
|||
|
||||
.ffz-mh-30 {
|
||||
max-height: 30rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue