[Refactor] Tidy up the color variables.

This commit is contained in:
Sakamoto Shiina
2025-01-02 19:22:09 +09:00
parent d798562de7
commit 5d0e9e0559
28 changed files with 30 additions and 110 deletions

View File

@@ -4,10 +4,10 @@
padding: 2rem;
color: #fff;
&.is_success {
background-color: #368777;
background-color: var(--success_bc_color);
}
&.is_error {
background-color: #bb4448;
background-color: var(--error_bc_color);
}
}