From 869f068057534da330cab89aaa73315dd2ce3ec7 Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 1 Sep 2021 00:48:14 +0200 Subject: [PATCH] update(front): css for results table --- static/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index d224431..0925726 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,3 +1,11 @@ h1 { color: red; } + +td, th { + border: 3px solid; +} + +tr:nth-child(even) { + background-color: #eee; +}