Skip to content

Commit

Permalink
style: deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 26, 2025
1 parent d11e12e commit ceb6e97
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions styles/instagram/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@

/* sumting wong's popup box */
.x879a55,
.x7ywyr2:not([style*="background-color: rgb(var(--ig-highlight-background))"]) {
.x7ywyr2:not(
[style*="background-color: rgb(var(--ig-highlight-background))"]
) {
background-color: var(--surface1) !important;
}

Expand Down Expand Up @@ -846,26 +848,26 @@

/* voice clip */
div.x7ywyr2 {
&[style*='background-color: rgb(var(--ig-highlight-background))'] {
&[style*="background-color: rgb(var(--ig-highlight-background))"] {
div[aria-label="Play"],
div[aria-label="Pause"],
div[role="timer"],
div[role="slider"] {
background-color: @text !important;
}
div[style*='clip-path'] div.x5yr21d.xh8yej3.x1bhxuv2{
background-color: @subtext0 !important;
div[style*="clip-path"] div.x5yr21d.xh8yej3.x1bhxuv2 {
background-color: @subtext0 !important;
}
div[aria-label="Play"]:hover {
background-color: @subtext1 !important;
}
}
&[style*='background-color: var(--mwp-primary-theme-color)'] {
&[style*="background-color: var(--mwp-primary-theme-color)"] {
background-color: var(--mwp-primary-theme-color) !important;
div[aria-label="Play"],
div[aria-label="Pause"],
div[role="slider"],
div[role="timer"]{
div[role="timer"] {
background-color: @text !important;
}
div[aria-label="Play"]:hover {
Expand All @@ -874,15 +876,15 @@
}
}
/* voice clip recording container */
div[style*='background-color: var(--chat-composer-button-color)'] {
div[style*="background-color: var(--chat-composer-button-color)"] {
div[role="slider"] {
opacity: 1 !important;
background-color: darken(@blue, 4%) !important;
}
div[aria-label='Play'],
div[aria-label='Pause'],
div[role='timer'],
div[aria-label='Stop recording'] {
div[aria-label="Play"],
div[aria-label="Pause"],
div[role="timer"],
div[aria-label="Stop recording"] {
background-color: @text !important;
}
}
Expand Down

0 comments on commit ceb6e97

Please sign in to comment.