Skip to content

Commit

Permalink
fix(twitch): dev console, unthemed hr & vod chapters (#1442)
Browse files Browse the repository at this point in the history
* fix(twitch): dev console & unthemed hr

* fix(twitch): vod chapters

* fix(twitch): replaced @Mantle with @base
  • Loading branch information
mxgic1337 authored Nov 12, 2024
1 parent c640099 commit 04932f6
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions styles/twitch/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0
@version 1.4.1
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch
@description Soothing pastel theme for Twitch
Expand Down Expand Up @@ -625,6 +625,17 @@
}
}

/* VOD chapters */
.preview-card-game-balloon__content .tw-interactable:hover {
p,
figure {
color: @text !important;
}
.media-row__image-play-overlay {
background-color: fade(@base, 80%) !important;
}
}

.fixed-prediction-button--blue,
[style*="background-color: rgb(56, 122, 255);"],
[style*="background: rgb(56, 122, 255);"] {
Expand Down Expand Up @@ -943,6 +954,12 @@
.doc-content {
background: @base;
border-color: @base !important;
a {
color: @accent-color;
}
border-bottom-color: @surface0 !important;
border-image: none;
-webkit-border-image: none;
}

code {
Expand Down Expand Up @@ -973,10 +990,6 @@
background: @yellow !important;
}

a {
color: @accent-color;
}

/* Navbar */
.sidebar {
background: @mantle !important;
Expand Down

0 comments on commit 04932f6

Please sign in to comment.