CSS: .right_menu_button respects theme colors, no longer forces greyscale

dd03724eb4bcebcbf1a8ddea12ae93b1322bc23e

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -2655,7 +2655,7 @@ input[type="file"] {
2655 text-align: center;2655 text-align: center;
2656 margin-top: 0;2656 margin-top: 0;
2657 padding: 1px;2657 padding: 1px;
2658 filter: grayscale(1) brightness(75%);2658 filter: brightness(75%);
2659 -webkit-transition: all var(--animation-duration-3x) ease-in-out;2659 -webkit-transition: all var(--animation-duration-3x) ease-in-out;
2660 transition: all var(--animation-duration-3x) ease-in-out;2660 transition: all var(--animation-duration-3x) ease-in-out;
2661}2661}