Make blog's title blue

This commit is contained in:
kleph 2013-12-05 02:15:57 +01:00
parent 7a827f4afd
commit fbeba54cd2

View file

@ -86,3 +86,7 @@ td {
h1,h2,h3,h4,h5,h6 { h1,h2,h3,h4,h5,h6 {
color: #4455FF; color: #4455FF;
} }
.navbar .brand {
color: #4455FF;
}