update example content

This commit is contained in:
Mivinci 2022-11-10 15:09:45 +08:00
parent 37351acf91
commit bab2a8c602
5 changed files with 80 additions and 68 deletions

View file

@ -4,6 +4,8 @@
--back: #fff;
--text: #222;
--code-back: #fff;
// code highlighting
}
.dark {
@ -12,4 +14,6 @@
--text: silver;
--grid: #555;
--code-back: #222;
// code highlighting
}