Change tooltip color

This commit is contained in:
zandercymatics 2023-11-07 07:45:21 -07:00
parent 625e524d50
commit 131d279fbb
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -132,4 +132,10 @@ in the form $setting: value,
$theme-table-sorted-background-color: "accent-cool-lightest",
$theme-table-sorted-icon-color: "primary-darker",
$theme-table-unsorted-icon-color: "primary",
/*----------------------------
# Tooltip Settings
-----------------------------*/
$theme-tooltip-background-color: "accent-cool-lighter",
$theme-tooltip-font-color: "black"
);