style: add shadow to graph tooltip (#3891)

This commit is contained in:
ikkz 2025-03-29 10:08:59 +08:00 committed by GitHub
parent acdf486b29
commit 567cd9b9e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -218,6 +218,7 @@ Thomas Graves <fate@hey.com>
Jakub Fidler <jakub.fidler@protonmail.com>
Valerie Enfys <val@unidentified.systems>
Julien Chol <https://github.com/chel-ou>
ikkz <ylei.mk@gmail.com>
********************

View file

@ -53,6 +53,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
transition: opacity var(--transition);
color: var(--fg);
background: var(--canvas-overlay);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
:global(table) {
border-spacing: 1em 0;