From 876338785b184ec8a72e5f06391dd59e77ee6323 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 4 Dec 2023 22:05:29 -0600 Subject: Modify table css --- assets/css/theme.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'assets') 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; } -- cgit v1.2.3