style(comments): add comments to describe light/dark modes

This commit is contained in:
郭桓桓 2023-03-07 22:26:09 +08:00
parent 47e16ecde7
commit 0af430670a
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Dark mode
$shallowest: #212121;
$shallower: #555;
$shallow: #777;

View File

@ -1,3 +1,5 @@
// Light mode
$shallowest: #f8f8f8;
$shallower: #ddd;
$shallow: #bbb;