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