fix tooltip color

This commit is contained in:
Never Gude 2026-02-12 14:49:48 +01:00
parent 28451c7f31
commit 2c42a4d509
2 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@
tooltip {
font-weight: normal;
background: rgba(0.1, 0.1, 0.1, 0.9);
background: rgba(25, 25, 25, 0.9);
border: solid 2px #505050;
border-radius: 0px;
}