From 82bf01b0af14ada2d82c34c4cadf88ecb49832ac Mon Sep 17 00:00:00 2001 From: Blue Date: Mon, 29 Jul 2019 10:27:51 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'style/blue.css'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit button unifying --- style/blue.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/blue.css b/style/blue.css index 8a6f5fc..e425310 100644 --- a/style/blue.css +++ b/style/blue.css @@ -12,7 +12,8 @@ nav > a:last-child { margin: 10px; /*to collapse margins*/ } -nav > a:hover { +nav > a:hover, +.button:hover { background-color: #bfeaff; }