diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/theme.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css index 5585ac1..4621a58 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -37,11 +37,36 @@ body { margin: 0; } +.well tbody tr:nth-child(odd) { + background-color: #DDDDDD; +} + +.well tbody tr:nth-child(even) { + background-color: #CCCCCC; +} + .well h1 { color: #ee4444; font-size: 1.3em; } +.well td { + border: 1px solid #101010; +} + +.well th { + border-collapse: separate; + border-spacing: 4px; + padding-right: 10px; +} + +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + line-height: 1.42; +} + .author { color: #ee4444; } @@ -55,6 +80,10 @@ body { font-size: 1.3em; } +.post-content p { + font-size: 18px; +} + .contact-medium { color: #ee4444; } |