Dark mode.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: var(--font-size-normal);
|
||||
color: var(--gray900);
|
||||
background: var(--gray100);
|
||||
padding: 8px 16px;
|
||||
border-radius: 4px;
|
||||
@@ -18,7 +19,7 @@
|
||||
}
|
||||
|
||||
.button:active {
|
||||
color: initial;
|
||||
color: var(--gray700);
|
||||
}
|
||||
|
||||
.large {
|
||||
|
||||
Reference in New Issue
Block a user