diff options
-rw-r--r-- | assets/css/theme.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css index 58896be..5585ac1 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -42,15 +42,19 @@ body { font-size: 1.3em; } -.well h2 { +.author { + color: #ee4444; +} + +.author a { + color: #ee4444; +} + +.post-content h2 { color: #3F83BF; font-size: 1.3em; } - .author { - color: #ee4444; - } - -.author a { +.contact-medium { color: #ee4444; } |