Skip to content

Commit

Permalink
Quick Reblog: update button colour styles
Browse files Browse the repository at this point in the history
fixes #644
  • Loading branch information
AprilSylph committed Jul 5, 2022
1 parent fe032b2 commit 48aaf7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scripts/quick_reblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ div:first-child + span + #quick-reblog {
#quick-reblog button[data-state="queue"] { color: rgb(var(--pink)); }
#quick-reblog button[data-state="draft"] { color: rgb(var(--orange)); }

.published svg[fill="rgba(var(--black), 0.65)"] { fill: rgb(var(--green)); }
.queue svg[fill="rgba(var(--black), 0.65)"] { fill: rgb(var(--purple)); }
.draft svg[fill="rgba(var(--black), 0.65)"] { fill: rgb(var(--red)); }
.published svg[style*="--black"] use { --icon-color-primary: rgb(var(--green)); }
.queue svg[style*="--black"] use { --icon-color-primary: rgb(var(--purple)); }
.draft svg[style*="--black"] use { --icon-color-primary: rgb(var(--red)); }

:is(.published, .queue, .draft) a[role="button"] {
position: relative;
Expand Down

0 comments on commit 48aaf7f

Please sign in to comment.