]> git.jsancho.org Git - blog.git/blobdiff - css/custom.css
New colors
[blog.git] / css / custom.css
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;
+}