bugfix: css selector nav a {} is scss (// nav a)
This commit is contained in:
parent
dc30b1937a
commit
179f3c3e2d
1 changed files with 2 additions and 2 deletions
4
main.scm
4
main.scm
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue