diff options
author | Melody Horn <melody@boringcactus.com> | 2021-10-24 21:42:15 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-10-24 21:42:15 -0600 |
commit | 7a4499e9b8b22f7dcf549f4bb6990bb74f4b9dfd (patch) | |
tree | adec49c653965f309d44cd624d2f7a5b9b84d6db /assets | |
parent | 03f2b7712c5addd7e7d9108885b6af568f156487 (diff) | |
download | boringcactus.com-7a4499e9b8b22f7dcf549f4bb6990bb74f4b9dfd.tar.gz boringcactus.com-7a4499e9b8b22f7dcf549f4bb6990bb74f4b9dfd.zip |
redo the gui libraries post for 2021
Diffstat (limited to 'assets')
-rw-r--r-- | assets/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |