From fbeba54cd2a7cdb360ca06efabbb1082a9cc0920 Mon Sep 17 00:00:00 2001 From: kleph Date: Thu, 5 Dec 2013 02:15:57 +0100 Subject: [PATCH] Make blog's title blue --- theme/bootstrapdark/static/local.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/bootstrapdark/static/local.css b/theme/bootstrapdark/static/local.css index 8d740c5..762903b 100644 --- a/theme/bootstrapdark/static/local.css +++ b/theme/bootstrapdark/static/local.css @@ -86,3 +86,7 @@ td { h1,h2,h3,h4,h5,h6 { color: #4455FF; } + +.navbar .brand { + color: #4455FF; +}