fix(twitch): fix colouring (#205)
* fix(twitch): chatroom miss colouring * fix(twitch): navigation links
This commit is contained in:
parent
d5dfdfaf2f
commit
c510a905c5
@ -2,7 +2,7 @@
|
|||||||
@name Twitch Catppuccin
|
@name Twitch Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/twitch
|
@namespace github.com/catppuccin/userstyles/styles/twitch
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/tree/main/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
|
@description Soothing pastel theme for Twitch
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
|
@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 {
|
& .thread-header__click-area:focus .thread-header__title-bar-container {
|
||||||
background-color: @mantle;
|
background-color: @mantle;
|
||||||
}
|
}
|
||||||
|
.navigation-link {
|
||||||
|
color: @text;
|
||||||
|
&:hover {
|
||||||
|
color: @accent-Color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.chat-room when not (@lightFlavor = latte) {
|
||||||
|
background: @base;
|
||||||
|
}
|
||||||
|
|
||||||
&,
|
&,
|
||||||
.side-nav-card__link:hover {
|
.side-nav-card__link:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user