Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-05-15 07:23:53 -04:00
parent c712cb5d8b
commit cbd8f73fa2
4 changed files with 25 additions and 6 deletions

View file

@ -71,6 +71,15 @@ body {
--boldColor: #353528;
}
--pinkColor: #fca9d6;
--pinkText: #7f556c;
&.pink-mode {
--bgColor: #fca9d6;
--iconColor: #54543f;
--textColor: #6b5260;
--boldColor: #513645;
}
--blueColor: #ade3ff;
--blueText: #46748c;
&.blue-mode {