]> git.jsancho.org Git - blog.git/commitdiff
New colors
authorJavier Sancho <jsf@jsancho.org>
Mon, 12 Feb 2018 16:29:24 +0000 (17:29 +0100)
committerJavier Sancho <jsf@jsancho.org>
Mon, 12 Feb 2018 16:29:24 +0000 (17:29 +0100)
css/custom.css [new file with mode: 0644]
haunt.scm

diff --git a/css/custom.css b/css/custom.css
new file mode 100644 (file)
index 0000000..2ea042a
--- /dev/null
@@ -0,0 +1,11 @@
+.navigation-bar {
+    background-color: #e95420;
+}
+
+#page-content > section[role="main"] a:hover {
+    color: #d63023;
+}
+
+#page-content > section[role="main"] a {
+    color: #e95420;
+}
index 70247b9d16da3094386fb414d935cf1398e404bb..96838c43ff357632b203a1d04777bcdb89bd3fa2 100644 (file)
--- a/haunt.scm
+++ b/haunt.scm
@@ -51,6 +51,7 @@
                (link (@ (rel "stylesheet") (href "https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic|Merriweather:400,300,300italic,400italic,700,700italic,900,900italic|Source+Code+Pro:200,300,400,500,600,700,900")))
                ,(stylesheet "application.min")
                ,(stylesheet "pygments.min")
+               ,(stylesheet "custom")
                (meta (@ (name "viewport") (content "width=device-width, initial-scale=1.0"))))
               (body
                ,(let ((metadata (site-default-metadata site)))