mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
style(comments): add comments to describe light/dark modes
This commit is contained in:
parent
47e16ecde7
commit
0af430670a
@ -1,3 +1,5 @@
|
||||
// Dark mode
|
||||
|
||||
$shallowest: #212121;
|
||||
$shallower: #555;
|
||||
$shallow: #777;
|
||||
|
@ -1,3 +1,5 @@
|
||||
// Light mode
|
||||
|
||||
$shallowest: #f8f8f8;
|
||||
$shallower: #ddd;
|
||||
$shallow: #bbb;
|
||||
|
Loading…
x
Reference in New Issue
Block a user