From 89ce9f7328b7327742f5a3162472f562c2872ecb Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sat, 1 Jun 2019 02:41:13 +0200 Subject: [PATCH] Add legend style to be ok with dark style --- html/css/custom/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index b60fc9e..73f101b 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -479,6 +479,13 @@ hr { } +/* LEGEND */ + +legend { + padding: 5px; + color: #fff; + border-bottom: 1px solid #333; +} /* FOOTER */ -- GitLab