Removed unneeded comments

This commit is contained in:
Jared Kwan 2020-07-05 19:48:45 +08:00
parent 93d1e6ce18
commit 86aee148b6
2 changed files with 0 additions and 4 deletions

View file

@ -1,10 +1,8 @@
:root {
--bg-color: #002b36;
--main-color: #859900;
/* --main-color: #859900; */
--caret-color: #dc322f;
--sub-color: #2aa198;
/* --sub-color: #268bd2; */
--text-color: #268bd2;
--error-color: #d33682;
--error-extra-color: #9b225c;

View file

@ -1,10 +1,8 @@
:root {
--bg-color: #fdf6e3;
--main-color: #859900;
/* --main-color: #859900; */
--caret-color: #dc322f;
--sub-color: #2aa198;
/* --sub-color: #2aa198; */
--text-color: #268bd2;
--error-color: #d33682;
--error-extra-color: #9b225c;