update: Move red, green and blue colors to global.css

This commit is contained in:
ngn
2024-03-22 13:32:21 +03:00
parent 52c619d289
commit 136609014f
2 changed files with 7 additions and 3 deletions

View File

@ -7,6 +7,10 @@
--bright-main: white;
--bright-second: #DFDFDF;
--bright-third: #777777;
--red: #FF2020;
--green: #20FF20;
--blue: #2020FF;
}
::selection {