From 4b9cde8cdd5c4b72fe574b77a8ca9764a626bc42 Mon Sep 17 00:00:00 2001 From: Marco Janotta Date: Sat, 5 Jun 2021 22:27:55 +0200 Subject: Simplify community section --- static/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index 5970565e..c2aacab7 100644 --- a/static/main.css +++ b/static/main.css @@ -170,6 +170,16 @@ footer a, footer a:visited { color: #b00020; } +table { + border-collapse: collapse; + width: 100%; +} + +td { + border: 1px solid #ddd; + padding: 0.5rem; +} + /* latin */ @font-face { font-family: 'Roboto'; @@ -254,4 +264,8 @@ footer a, footer a:visited { /* Baseline Material dark error color */ color: #cf6679; } + + td { + border-color: #222; + } } -- cgit v1.3.1