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