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

dd03724eb4bcebcbf1a8ddea12ae93b1322bc23e

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

1 files changed, +2 -2Ignore whitespace
public/style.css+2 -2
@@ -2655,7 +2655,7 @@ input[type="file"] {
26552655 text-align: center;
26562656 margin-top: 0;
26572657 padding: 1px;
26582658 filter: grayscale(1) brightness(75%);
26592659 -webkit-transition: all var(--animation-duration-3x) ease-in-out;
26602660 transition: all var(--animation-duration-3x) ease-in-out;
26612661}
@@ -6219,4 +6219,4 @@ body:not(.movingUI) .drawer-content.maximized {
62196219.info-block.error {
62206220 border-color: var(--error-color, #e87f7f);
62216221 background-color: rgba(241, 163, 163, 0.2);
62226222}
6222 \ No newline at end of file