Refactor: Extract colors

This commit is contained in:
Donatas Kirda 2024-05-20 22:55:27 +03:00
parent 331c9e42ec
commit 94de96273f
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F
2 changed files with 6 additions and 1 deletions

View File

@ -134,7 +134,7 @@
}
&[data-type='error'] {
--toast-color: #e04343;
--toast-color: var(--red);
}
padding: 0px;

View File

@ -15,6 +15,11 @@
--gray: #21212c;
--gray-dim: #151520;
--red: #e04343;
--red-transparent: #e0434320;
--yellow: #f5ca54;
--yellow-transparent: #f5ca5420;
}
body {