aboutsummaryrefslogtreecommitdiff
path: root/web/view/brand
diff options
context:
space:
mode:
authorPjotr Prins2023-09-14 12:17:19 -0500
committerPjotr Prins2023-09-14 12:17:19 -0500
commit2a75f39404519ae6697c90a703e61fa65452872e (patch)
tree76bde978b1f0a47d90d588391de0e3af225143c0 /web/view/brand
parent46a218730028f7c3aedeabf62f47883752651fb4 (diff)
downloadgn-guile-2a75f39404519ae6697c90a703e61fa65452872e.tar.gz
Added edit button
Diffstat (limited to 'web/view/brand')
-rw-r--r--web/view/brand/msk.scm6
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"))