Skip to content

Commit

Permalink
fix(instagram): assorted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GenShibe committed Aug 25, 2024
1 parent 315c7ee commit c118288
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions styles/instagram/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
--ig-stroke: #rgbify(@overlay0) [];
--grey-2: #rgbify(@overlay0) [];
--ig-link: #rgbify(@accent-color) [];
--ig-error-or-destructive: #rgbify(@maroon) [];
--ig-error-or-destructive: #rgbify(@red) [];
--ig-success: #rgbify(@green) [];
--blue-2: #rgbify(@blue) [];
--ig-close-friends-refreshed: #rgbify(@green) [];
Expand All @@ -119,6 +119,9 @@
--ig-toggle-background-on-prism: #rgbify(@text) [];
--ig-stroke-prism: #rgbify(@crust) [];
--barcelona-logo: #rgbify (@text) [];
--ig-bubble-background: #rgbify (@surface1) [];
--ig-tertiary-icon: #rgbify (@accent-color) [];
--always-dark-overlay: @accent-color;

Check failure on line 124 in styles/instagram/catppuccin.user.css

View workflow job for this annotation

GitHub Actions / Lint Userstyles

Unexpected duplicate "--always-dark-overlay" (declaration-block-no-duplicate-custom-properties)
scrollbar-color: @accent-color @crust;
}
#splash-screen {
Expand Down Expand Up @@ -217,16 +220,19 @@
}
}

/* reel icon */
.xq3z1fi {
color: @accent-color !important;
}

/* Toggle sliders */
.x1r7x56h {
background-color: @accent-color;
}
.x100vrsf {
background-color: @surface0;
}
.xw4jnvo {
background-color: @overlay1;
}

.x1psfjxj {
background-color: @mantle;
}
Expand Down

0 comments on commit c118288

Please sign in to comment.