diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-23 11:30:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-23 11:30:49 -0800 |
commit | dbb6a1393c39f7a7577a2bb67aa3cf56cbb8f62d (patch) | |
tree | 71fa12d56a21a654244dd92d8a024e14bc20abaa | |
parent | css: update color for the links (diff) | |
download | fcuny.net-dbb6a1393c39f7a7577a2bb67aa3cf56cbb8f62d.tar.gz |
css: change style for tables
-rw-r--r-- | static/css/custom.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 80a6c38..bbf93a7 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -86,16 +86,20 @@ table { outline: none; } -th, td{ - padding-left: 0.7em; +td{ padding-right: 0.7em; padding-top: 0.4em; padding-bottom: 0.4em; } thead { - background-color: #ebdbb2; + color: #000; + font-style: bold; + text-align: left; +} +table, th, td { + font-family: monospace; + color: #000; } -table, th, td {border: 1px solid black} blockquote { font-size: 1.125em; |