Skip to content

Commit dd4dd5b

Browse files
author
Omar
authored
fix(youtube): change 1px to 0 (catppuccin#1282)
1 parent d84d10b commit dd4dd5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/youtube/catppuccin.user.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name YouTube Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/youtube
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube
5-
@version 4.2.6
5+
@version 4.2.7
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube
88
@description Soothing pastel theme for YouTube
@@ -926,7 +926,7 @@
926926
/* Video highlight */
927927
ytd-rich-item-renderer.ytd-rich-item-renderer-highlight {
928928
background-color: fade(@accent-color, 10%) !important;
929-
box-shadow: fade(@accent-color, 10%) 1px 1px 1px 10px !important;
929+
box-shadow: fade(@accent-color, 10%) 0 0 0 10px !important;
930930
}
931931

932932
#shorts-container {

0 commit comments

Comments
 (0)