improvement: Make arrowheads keybinds color accessible on dark mode (#2724)

This commit is contained in:
Arun
2021-01-06 02:05:03 +05:30
committed by GitHub
parent cdffed285d
commit b6708fb73f

View File

@ -102,6 +102,7 @@
position: absolute; position: absolute;
bottom: 2px; bottom: 2px;
font-size: 0.7em; font-size: 0.7em;
color: var(--keybinding-color);
:root[dir="ltr"] & { :root[dir="ltr"] & {
right: 2px; right: 2px;