fix(twitch): fix colouring (#205)

* fix(twitch): chatroom miss colouring

* fix(twitch): navigation links
This commit is contained in:
Isabel 2023-09-17 10:58:31 +01:00 committed by GitHub
parent d5dfdfaf2f
commit c510a905c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@name Twitch Catppuccin
@namespace github.com/catppuccin/userstyles/styles/twitch
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch
@version 1.1.4
@version 1.1.5
@description Soothing pastel theme for Twitch
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
@ -129,6 +129,15 @@
& .thread-header__click-area:focus .thread-header__title-bar-container {
background-color: @mantle;
}
.navigation-link {
color: @text;
&:hover {
color: @accent-Color;
}
}
.chat-room when not (@lightFlavor = latte) {
background: @base;
}
&,
.side-nav-card__link:hover {