diff options
Diffstat (limited to 'static/css/main.css')
-rw-r--r-- | static/css/main.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index f09d0b7..f130bd5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2674,6 +2674,26 @@ h3 { line-height: 1.4; hyphens: auto; } +.article .content table { + margin: auto; + border-top: 2px solid #292933; + border-bottom: 2px solid #292933; + border-left: none; + border-right: none; + border-collapse: collapse; +} +.article .content table thead { + border-bottom: 1px solid #292933; +} +.article .content table th { + border: none; + padding: 0.2em 0.6em; + background-color: #efefef; +} +.article .content table td { + border: none; + padding: 0.2em 0.6em; +} .article code, .article tt { font-weight: 350; } |