diff options
author | HombreLaser <sebastian-440@live.com> | 2023-12-04 22:05:29 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-12-04 22:05:29 -0600 |
commit | 876338785b184ec8a72e5f06391dd59e77ee6323 (patch) | |
tree | 0bd8f11b85257fe539357adf31e1619bbba17f68 | |
parent | d591b9fd3fc200475a65034eae0ca1390384c1b8 (diff) |
Modify table css
-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; } |