fixed zindex thing - brightness was the problem
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user