diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 21:43:17 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 21:43:17 -0600 |
commit | 1eccc6053bfdfb535b9533eba2366a4b9cedc1b4 (patch) | |
tree | 9ee275c7a4a49bf2e18f888514f71afc3d0df6a0 | |
parent | d2e1ff339323b558d87bff7cf9da557152600797 (diff) |
More small changes to CSS
-rw-r--r-- | styles/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/styles/style.css b/styles/style.css index ce3d1a3..389dd01 100644 --- a/styles/style.css +++ b/styles/style.css @@ -46,7 +46,8 @@ td { .post-content { overflow: auto; background-color: #eee; - padding: 12px 4px 12px 4px; + padding: 12px 8px; + margin: 2px 0px; display: block; } @@ -69,10 +70,10 @@ textarea { } blockquote { - border-color: #b6dcd5; - background-color: #E9F5F2; + background-color: #DDE0E6; + margin: 8px 40px 14px 18px; padding: 12px; - border: 1px solid #79a; + border: 1px solid #9FAFC7; overflow: hidden; border-radius: 5px; } |