From 3c3873a3c8eb0040c460541fc52d09ed81f1ed65 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Thu, 7 Jan 2021 00:43:37 +0300 Subject: [PATCH] swapped border colors on tables --- static/style.css.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css.h b/static/style.css.h index 3027e0d..77344f8 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -80,12 +80,12 @@ p { table { background: #fefefe; - border: 2px solid C_LBORDER; + border: 2px solid C_DBORDER; border-collapse: collapse; } th, td { - border: 1px solid C_DBORDER; + border: 1px solid C_LBORDER; padding: 4pt; }