From 8062192a4953ae7fa1f2dab59761919752da1704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20Felipe=20Estupi=C3=B1an?= Date: Sun, 29 Aug 2021 18:13:27 -0500 Subject: [PATCH] =?UTF-8?q?Ajustes=20en=20el=20bot=C3=B3n=20de=20ver=20p?= =?UTF-8?q?=C3=A1gina.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajustes en el color. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index bfab387..15be2c3 100644 --- a/style.css +++ b/style.css @@ -39,12 +39,12 @@ html, body { padding: 5px; background-color: white; transition: 0.2s background; - border: 1px solid #4dbdda; - color: #4dbdda; + border: 1px solid #1d6c80; + color: #1d6c80; } .btn:hover { - background-color: #4dbdda; + background-color: #1d6c80; color: #FFF; cursor: pointer; }