diff options
Diffstat (limited to 'web/view/brand/msk.scm')
-rw-r--r-- | web/view/brand/msk.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm index c20d8d9..69c1253 100644 --- a/web/view/brand/msk.scm +++ b/web/view/brand/msk.scm @@ -37,6 +37,12 @@ (type "text/css") (href "/css/pico.css") )) + (link + (@ (rel "stylesheet") + (media "screen") + (type "text/css") + (href "/css/gn-lite.css") + )) ,@head) (body (main (@ (class "container")) |