Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent e7bc8a4 commit 30b8334
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions styles/youtube/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];
@text-filter: @catppuccin[@@lookup][@text_filter];

@white: if(@lookup = latte, @base, @text);
@black: if(@lookup = latte, @text, @base);

color: @text;
background: @base !important;
color-scheme: if(@lookup = latte, light, dark);

::selection {
background-color: fade(@accent-color, 30%);
}
Expand Down Expand Up @@ -388,7 +388,6 @@
.yt-page-navigation-progress {
background: @accent-color !important;
}


/* Selected chapter */
ytd-macro-markers-list-item-renderer {
Expand Down Expand Up @@ -506,8 +505,9 @@
}

/* verification badge */
[src*="https://www.gstatic.com/images/icons/material/system/1x/check_circle_grey600_36dp.png"] {
filter: @text-filter
[src*="https://www.gstatic.com/images/icons/material/system/1x/check_circle_grey600_36dp.png"]
{
filter: @text-filter;
}

yt-icon.ytd-logo [fill="white"] {
Expand Down Expand Up @@ -992,11 +992,11 @@
.profile-badge-view-model-wiz__badge-description {
color: @text !important;
}

.profile-badge-view-model-wiz__badge-subtitle {
color: @subtext0 !important;
}

.yt-profile-identity-info-view-model-wiz__divider {
border-color: @surface0 !important;
}
Expand Down

0 comments on commit 30b8334

Please sign in to comment.