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
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// Dark mode
$shallowest: #212121;
$shallower: #555;
$shallow: #777;
+2
View File
@@ -1,3 +1,5 @@
// Light mode
$shallowest: #f8f8f8;
$shallower: #ddd;
$shallow: #bbb;