From 7a4499e9b8b22f7dcf549f4bb6990bb74f4b9dfd Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 24 Oct 2021 21:42:15 -0600 Subject: redo the gui libraries post for 2021 --- assets/site.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'assets') diff --git a/assets/site.css b/assets/site.css index 31bfa5c..e82d26e 100644 --- a/assets/site.css +++ b/assets/site.css @@ -45,6 +45,15 @@ blockquote { padding-left: 1em; } +table { + border: 1px solid currentColor; + border-collapse: collapse; +} +table th, table td { + border: 1px solid currentColor; + padding: 0 0.2em; +} + /* https://github.com/richleland/pygments-css/blob/master/friendly.css */ .highlight .hll { background-color: #ffffcc } .highlight .c { color: #60a0b0; font-style: italic } /* Comment */ -- cgit v1.2.3