Organize colors

This commit is contained in:
Robin Townsend 2022-06-01 11:48:17 -04:00
commit aa45261b0d
26 changed files with 158 additions and 136 deletions

View file

@ -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;