diff --git a/static/css/main.css b/static/css/main.css index de2372c..24057ef 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -198,7 +198,19 @@ svg:not(:root) { } table { + width: 100%; + margin-bottom: 20px; + border-spacing: 0; border-collapse: collapse; + border-top: 1px solid #ddd; + border-left: 1px solid #ddd; +} + +td, +th { + padding: 5px 10px; + border-right: 1px solid #ddd; + border-bottom: 1px solid #ddd; } caption { @@ -210,6 +222,7 @@ caption { } th { + font-weight: 700; text-align: inherit; } @@ -329,6 +342,10 @@ summary { cursor: pointer; } +mark { + background-color: #f8ae00; +} + /* Header */ .header { margin: 0 0 5px;