From 6978e51f305fc84ea81c894f4e8ea3af85e21d10 Mon Sep 17 00:00:00 2001 From: Bruno Pinheiro Date: Fri, 9 Aug 2019 08:51:47 -0300 Subject: [PATCH] Change "to top" background color --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ba4b13c..eafe921 100644 --- a/css/style.css +++ b/css/style.css @@ -1327,7 +1327,7 @@ cursor: pointer; font-size: 25px; text-align: center; color: #fff; -background: #db0018; +background: rebeccapurple; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0;