Organize colors
This commit is contained in:
parent
bab5c9aa42
commit
aa45261b0d
26 changed files with 158 additions and 136 deletions
|
|
@ -1,10 +1,10 @@
|
|||
.tooltip {
|
||||
background-color: var(--bgColor2);
|
||||
background-color: var(--system);
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 8px 10px;
|
||||
color: var(--textColor1);
|
||||
color: var(--primary-content);
|
||||
border-radius: 8px;
|
||||
max-width: 135px;
|
||||
width: max-content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue