bugfix: css selector nav a {} is scss (// nav a)

This commit is contained in:
pho4cexa 2022-12-13 17:42:20 -08:00 committed by m455
parent dc30b1937a
commit 179f3c3e2d

View file

@ -82,7 +82,7 @@
(body (body
(margin 0 auto) (margin 0 auto)
(max-width 700px)) (max-width 700px))
(((pre) (code)) ((pre code)
(background-color "#ffd9df")) (background-color "#ffd9df"))
(pre (pre
(overflow scroll) (overflow scroll)
@ -90,7 +90,7 @@
(white-space pre)) (white-space pre))
(a (a
(color blue)) (color blue))
((nav a) ((// nav a)
(margin-right 10px)) (margin-right 10px))
(hr (hr
(border 0) (border 0)