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