diff --git a/static/css/custom.css b/static/css/custom.css index ee02120..e34d40f 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -15,6 +15,18 @@ font-size: 18px; } +/* beautify tables */ +#content th { + border-bottom: solid 5px var(--primary-accent); + line-height: 1.1; + margin-bottom: 0; + padding-bottom: 10px; +} +#content td, th { + padding: 5px; +} + + /* all img in blog posts are responsive */ #blog-post img { display: block;