mirror of
https://github.com/ankitects/anki.git
synced 2026-01-05 18:13:56 -05:00
Fix: Light mode border colour of tooltip
This commit is contained in:
parent
11e111e9b8
commit
87650f5767
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
padding: 0.8em;
|
||||
background-color: var(--bs-tooltip-color);
|
||||
z-index: var(--bs-tooltip-z-index);
|
||||
border: 2px solid white;
|
||||
border: 2px solid var(--highlight-fg);
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue