Add right coloring

This commit is contained in:
zandercymatics 2023-11-07 08:47:32 -07:00
parent 131d279fbb
commit e7cf834439
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -136,6 +136,6 @@ in the form $setting: value,
/*----------------------------
# Tooltip Settings
-----------------------------*/
$theme-tooltip-background-color: "accent-cool-lighter",
$theme-tooltip-background-color: $theme-color-accent-cool-lightest,
$theme-tooltip-font-color: "black"
);