Skip to content

Commit

Permalink
Update fixespt2.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
xcruxiex authored Aug 2, 2024
1 parent d0217af commit f33cf63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/fixespt2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
.theme-dark .activity_cd74cc {
background: rgba(0, 0, 0, .4);
}
.buttonColor_cd74cc {
background-color: var(--main-color);
}
.buttonColor_cd74cc:hover {
background-color: var(--hover-color);
}

// Report Message Options https://i.imgur.com/u6QqYH2.png
.childButton_f45bfc {
background-color: var(--main-color);
}
.childButton_f45bfc:hover {
background-color: var(--hover-color);
}
}

0 comments on commit f33cf63

Please sign in to comment.