diff --git a/frontend/src/styles/commandline.scss b/frontend/src/styles/commandline.scss index 4220f03b0..301026e32 100644 --- a/frontend/src/styles/commandline.scss +++ b/frontend/src/styles/commandline.scss @@ -123,11 +123,21 @@ color: var(--bg-color) !important; background: var(--text-color) !important; cursor: pointer; + .fas, + .far, + .fab { + color: var(--bg-color); + } } &.activeKeyboard { color: var(--bg-color) !important; background: var(--text-color) !important; + .fas, + .far, + .fab { + color: var(--bg-color); + } } // &:hover {