summaryrefslogtreecommitdiff
path: root/guix-web/view.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-web/view.scm')
-rw-r--r--guix-web/view.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-web/view.scm b/guix-web/view.scm
index 17d10a8..1a7f2a1 100644
--- a/guix-web/view.scm
+++ b/guix-web/view.scm
@@ -45,7 +45,9 @@
(head
(title ,(string-append "GNU Guix - " subtitle))
(link (@ (rel "stylesheet")
- (href "/css/bootstrap.css"))))
+ (href "/css/bootstrap.css")))
+ (link (@ (rel "stylesheet")
+ (href "/css/guix.css"))))
(body
(div (@ (class "container"))
(image (@ (src "/images/logo.png")))