beta #4

Merged
doug713705 merged 203 commits from beta into master 2023-04-20 15:11:59 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 06a6f08da7 - Show all commits

View File

@ -6,8 +6,8 @@
.tooltip .tooltiptext {
visibility: hidden;
background-color: var(--main-color);
color: var(--alt-main-color);
background-color: var(--alt-main-color);
color: var(--main-color);
text-align: center;
border-radius: 6px;
padding: 5px 0;