all repos — archie @ 0053a709f5e7bfc80b41d64fb91cadd8dd77d4a2

A minimal Hugo Theme

Take patch from afa433c42fd7ea0725cc86cd43be84fa14d95e5b

Check : https://github.com/RobbiNespu/archie/commit/afa433c42fd7ea0725cc86cd43be84fa14d95e5b
Robbi Nespu robbinespu@gmail.com
Tue, 22 Jun 2021 12:25:18 +0800
commit

0053a709f5e7bfc80b41d64fb91cadd8dd77d4a2

parent

24803354b55116c835990d2f33f62981000288db

1 files changed, 16 insertions(+), 0 deletions(-)

jump to
M assets/css/main.cssassets/css/main.css

@@ -296,3 +296,19 @@ content: 'Markdown';

background: royalblue; color: whitesmoke ; } + +/* table */ +table { + border-spacing: 0; + border-collapse: collapse; +} + +table th{ + padding: 6px 13px; + border: 1px solid #dfe2e5; +} + +table td{ + padding: 6px 13px; + border: 1px solid #dfe2e5; +}