-
I'm aware that one can use css to change the look & feel of vimiumC but having an easily visible indicator would help a lot. Suggestions:
|
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
Nov 12, 2023
Replies: 1 comment
-
You may write CSS rules to adjust the UI, like this: .HUD { top: 0; font-size: 24px; color: red; line-height: 28px; height: 30px }
.HUD::after{ border-radius: 0 0 8px 8px; } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
txtyash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may write CSS rules to adjust the UI, like this: