From 1030af28f1165819a2784df4030db4b5bd8c900f Mon Sep 17 00:00:00 2001 From: j264415 Date: Thu, 22 Feb 2024 15:55:43 +0000 Subject: [PATCH] changes to css values --- src/web/stylesheets/layout/_banner.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/web/stylesheets/layout/_banner.css b/src/web/stylesheets/layout/_banner.css index 9e883c55..1ef5d766 100755 --- a/src/web/stylesheets/layout/_banner.css +++ b/src/web/stylesheets/layout/_banner.css @@ -27,29 +27,33 @@ } #options:focus { - background-color: #ccddc5; + background-color: #eef3ec; border: solid black 2px; + border-radius: 4px; } #support:focus { - background-color: #e5e5e5; + background-color: #eef3ec; border: solid black 2px; - + border-radius: 4px; } #notice:focus { - background-color: #ccddc5; + background-color: #eef3ec; border: solid black 2px; + border-radius: 4px; } #banner .col a:focus { - background-color: #ccddc5; + background-color: #eef3ec; border: solid black 2px; + border-radius: 4px; } #notice-wrapper #notice:focus { - background-color: #ccddc5; + background-color: #eef3ec; border: solid black 2px; + border-radius: 4px; } #notice-wrapper {