Skip to content

Commit

Permalink
fix(picrew): fix unthemed buttons (#947)
Browse files Browse the repository at this point in the history
fixed unthemed element
  • Loading branch information
Nyatalieeee authored Jun 4, 2024
1 parent 8ad56e3 commit d135b5e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions styles/picrew/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Picrew Catppuccin
@namespace github.com/catppuccin/userstyles/styles/picrew
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/picrew
@version 0.0.3
@version 0.0.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/picrew/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apicrew
@description Soothing pastel theme for Picrew
Expand Down Expand Up @@ -1019,10 +1019,14 @@
.imagemaker_controller {
background-color: @mantle !important;
}
/* move image element (buttons) (inner image maker) */
.control_position_wrapper .ctrlbtn_position_inner::before {
/* rotate image element (inner image maker) */
.ctrlbtn-rotate_left,
.ctrlbtn-rotate_right {
background: @surface0 !important;
color: @accent-color !important;
}
/* move image element (buttons) (inner image maker) */
.control_position_wrapper .ctrlbtn_position_inner::before,
.control_position_wrapper .ctrlbtn_position_inner::after {
background: @surface0 !important;
}
Expand Down

0 comments on commit d135b5e

Please sign in to comment.