1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(ui): tooltip link color EE-4914 (#8365)

This commit is contained in:
Prabhat Khera 2023-01-23 10:15:47 +13:00 committed by GitHub
parent 5b5dc320d5
commit ac458d0daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,10 @@
font-size: 12px !important;
}
.tooltip-message a {
color: var(--blue-15) !important;
}
.tooltip-heading {
font-weight: 500;
}