fixed zindex thing - brightness was the problem

This commit is contained in:
2024-08-16 21:11:01 +03:00
parent 5a13ddb2ec
commit db37653748
26 changed files with 466 additions and 670 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
.button{
border-radius: 12px;
background: var(--background);
background: var(--background-button);
padding: 3px 10px;
cursor: pointer;
filter: brightness(97%);
border: none;
border: 1px solid var(--border-color);
font-size: 14px;
min-height: 27px;
display: flex;