Update variable names for better clarity

This commit is contained in:
loof2736 2024-06-07 22:29:16 -04:00
parent 9c5c65b1c9
commit a66c990eb3
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
:root {
--main-accent-color: #EA7070;
--primary-accent-color: #EA7070;
--secondary-accent-color: rgba(234, 112, 112, 0.2);
}

View File

@ -1,4 +1,4 @@
:root {
--main-accent-color: #93D7B6;
--primary-accent-color: #93D7B6;
--secondary-accent-color: #93D7B620;
}

View File

@ -1,5 +1,5 @@
:root {
--main-accent-color: #E8ECEF;
--primary-accent-color: #E8ECEF;
--secondary-accent-color: rgba(232, 236, 239, 0.2);
}