diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-31 19:54:12 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-31 19:54:12 -0600 |
commit | b1c2648bd0aa853e0b50959d803d1fd905374cca (patch) | |
tree | d269576faea4d53c6e1541a68dd6d7456e55b8b9 /assets/css | |
parent | ea23d6e73a1806351183d4bbcf5e1fc2f0cb160e (diff) |
Add customization to themes.css
Diffstat (limited to 'assets/css')
-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; } |