From 3d79f160bc47b1e0eea1be831350721e16b4e2ff Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 31 Aug 2023 19:30:20 -0600 Subject: Fix theme --- assets/css/theme.css | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'assets/css') diff --git a/assets/css/theme.css b/assets/css/theme.css index 428d27b..58896be 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -17,12 +17,11 @@ body { .sidebar h1 { color: #ee4444; - font-size: 1.5em; + font-size: 1.3em; } .sidebar a { color: #428bca; - font-size: 1em; } .sidebar li { @@ -40,7 +39,7 @@ body { .well h1 { color: #ee4444; - font-size: 1.8em; + font-size: 1.3em; } .well h2 { @@ -48,18 +47,10 @@ body { font-size: 1.3em; } -.author { - color: #ee4444; -} + .author { + color: #ee4444; + } .author a { color: #ee4444; } - -.contact-medium { - color: #ee4444; -} - -.sidebar-url { - font-size: 1em; -} -- cgit v1.2.3