diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-13 17:59:27 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-13 17:59:27 -0300 |
commit | d6592fd40922b59ff3b9afe6123cb32972eb003f (patch) | |
tree | 422c8bc90d6c642d505c30375a59af7f6cb9b1d9 /assets | |
parent | 15a1e63122aad53673370c1c2649d71c0b1e5f43 (diff) | |
download | hugo-bearcub-d6592fd40922b59ff3b9afe6123cb32972eb003f.tar.gz hugo-bearcub-d6592fd40922b59ff3b9afe6123cb32972eb003f.tar.bz2 |
Automatically fetch extra styles
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index 95b7692..cd2e018 100644 --- a/assets/style.css +++ b/assets/style.css @@ -60,6 +60,15 @@ table { width: 100%; } +table, +th, +td { + border: 1px solid; + border-collapse: collapse; + border-color: #c9d1d9; + padding: 5px; +} + img { max-width: 100%; } |