diff options
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/custom.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 8365e68..993305e 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -16,6 +16,7 @@ font-style: normal; font-weight: bold; } + blockquote { background: var(--inner-bg); border-left: 4px solid var(--hover); @@ -30,3 +31,14 @@ blockquote > p { font-weight: normal; font-family: "Zilla", serif; } + +table { + border-collapse: collapse; + width: 100%; +} + +td { + border-top: 1px solid #ccc; + border-bottom: 1px solid #ccc; + padding: 0.6rem; +} |
