diff options
| author | Marco Janotta <marcojanotta@protonmail.com> | 2021-06-05 22:27:55 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-05 17:13:18 -0400 |
| commit | 4b9cde8cdd5c4b72fe574b77a8ca9764a626bc42 (patch) | |
| tree | d54d73894e7410622718e766892f8fb21e16433b /static/main.css | |
| parent | 6a54597de8826fc9698abf93aaf415005f3298de (diff) | |
Simplify community section
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; + } } |
