mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
web/util: change button tooltip colour from #fff to --background-color (#557)
This commit is contained in:
parent
185844468c
commit
02cc6cd07a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ button.with-tooltip {
|
|||
display: none;
|
||||
position: absolute;
|
||||
z-index: 5;
|
||||
background-color: white;
|
||||
background-color: var(--background-color);
|
||||
border: 1px solid var(--border-color);
|
||||
padding: .25rem;
|
||||
border-radius: .25rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue