diff options
Diffstat (limited to 'assets/css/theme.css')
-rw-r--r-- | assets/css/theme.css | 12 |
1 files changed, 11 insertions, 1 deletions
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; +} |