From b1c2648bd0aa853e0b50959d803d1fd905374cca Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 31 Aug 2023 19:54:12 -0600 Subject: Add customization to themes.css --- assets/css/theme.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'assets') 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; } -- cgit v1.2.3