mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix tooltip colors
This commit is contained in:
parent
3d82b61007
commit
31a8366186
@ -14,6 +14,7 @@
|
||||
root,
|
||||
:root.default {
|
||||
/*CHANGE THESE FOR THEMES*/
|
||||
--tooltip-bg: black;
|
||||
--select-bg: #dee0f4;
|
||||
--ram-bg: #323550;
|
||||
--base-text: #b9c0d3;
|
||||
@ -69,6 +70,7 @@ root,
|
||||
|
||||
:root.light {
|
||||
/*CHANGE THESE FOR THEMES*/
|
||||
--tooltip-bg: white;
|
||||
--select-bg: #dee0f4;
|
||||
--ram-bg: #4d4d4e;
|
||||
--base-text: black;
|
||||
@ -124,6 +126,7 @@ root,
|
||||
|
||||
:root.dark {
|
||||
/*CHANGE THESE FOR THEMES*/
|
||||
--tooltip-bg: black;
|
||||
--select-bg: #dee0f4;
|
||||
--ram-bg: #3d3d3d;
|
||||
--base-text: #b9c0d3;
|
||||
@ -179,6 +182,7 @@ root,
|
||||
|
||||
:root.ronald {
|
||||
/*CHANGE THESE FOR THEMES*/
|
||||
--tooltip-bg: white;
|
||||
--select-bg: #dee0f4;
|
||||
--card-banner-bg: white;
|
||||
--deep-bg: yellow;
|
||||
@ -259,6 +263,10 @@ section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.tooltip>.tooltip-inner {
|
||||
background-color: var(--tooltip-bg);
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
|
Loading…
Reference in New Issue
Block a user