From 328a7f4fc8f1b4b923b5fd4ccb66225bed54876f Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 31 Aug 2023 00:02:11 -0600 Subject: Customize theme --- assets/css/theme.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/css/theme.css b/assets/css/theme.css index baf0158..428d27b 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -17,11 +17,12 @@ body { .sidebar h1 { color: #ee4444; - font-size: 1.3em; + font-size: 1.5em; } .sidebar a { color: #428bca; + font-size: 1em; } .sidebar li { @@ -39,6 +40,11 @@ body { .well h1 { color: #ee4444; + font-size: 1.8em; +} + +.well h2 { + color: #3F83BF; font-size: 1.3em; } @@ -53,3 +59,7 @@ body { .contact-medium { color: #ee4444; } + +.sidebar-url { + font-size: 1em; +} -- cgit v1.2.3