From 1396cacd4f707403cf2b15fee4035f773eed5baa Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 21 Jul 2019 17:48:42 +0200 Subject: [PATCH] small tweaks --- static/css/theme.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 27e7b12..f0547f3 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -74,13 +74,8 @@ table { box-shadow: 0px 0px 0px 1px #94949429 inset; } -tr:hover, tr:nth-child(even) td { - background: #9494940f; -} - -th { - background: #9494941a; - text-align: inherit; +tr:hover, tr:nth-child(odd) td { + background: #94949414; } th, td { @@ -101,7 +96,6 @@ p code { background: #94949426; opacity: .75; border-radius: 2px; - font-size: .9em; margin: 0 .1em; padding: .2em .4em; }