♻️ Move colors to css variables
This commit is contained in:
@ -37,7 +37,7 @@ const substitutions = computed(() => {
|
||||
|
||||
.substitution {
|
||||
display: grid;
|
||||
background-color: #26272a;
|
||||
background-color: var(--substitution-background-unchanged);
|
||||
min-height: 35px;
|
||||
border-radius: 11px;
|
||||
margin: 10px 0px;
|
||||
|
Reference in New Issue
Block a user