diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-31 19:30:20 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-31 19:30:20 -0600 |
commit | 3d79f160bc47b1e0eea1be831350721e16b4e2ff (patch) | |
tree | e0c35ae269ac3b60f0904ac06adb95239cb25d2d /assets | |
parent | a897d66c8ef4af99c3bc12b3eca83cad930b50df (diff) |
Fix theme
Diffstat (limited to 'assets')
-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; -} |