From f4d7915fbc3405da9bdb5cd074faed8920c0a138 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 26 Nov 2018 01:11:18 -0700 Subject: [PATCH] Make tables look nice --- static/css/home.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/home.css b/static/css/home.css index 474d660..09df9cf 100644 --- a/static/css/home.css +++ b/static/css/home.css @@ -15,4 +15,13 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. .favorite-btn { font-size: 120%; +} + +.note-text table th, .note-text table td { + border: 1px solid; + padding: 2px 4px; +} + +.note-text table tbody tr:nth-child(odd) { + background-color: rgba(255,255,255,0.15); } \ No newline at end of file