[Refactor] Tidy up the color variables.
This commit is contained in:
@@ -61,10 +61,10 @@
|
||||
}
|
||||
.close_button {
|
||||
&:hover {
|
||||
background-color: #bb4448;
|
||||
background-color: var(--error_bc_color);
|
||||
}
|
||||
&:active {
|
||||
background-color: #9c3938;
|
||||
background-color: var(--error_bc_active_color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user