Make titles blue

This commit is contained in:
kleph 2013-12-05 02:01:20 +01:00
parent 75f05bfafc
commit 317ae06f6b

View file

@ -82,3 +82,7 @@ table {
td {
padding-right: 2em;
}
h1,h2,h3,h4,h5,h6 {
color: #4455FF;
}