From 7bedbcc064ca6b1ade35ae1134066a545cf35c5c Mon Sep 17 00:00:00 2001 From: klopfstein Date: Thu, 3 Oct 2019 12:04:27 +0200 Subject: [PATCH] change color border canvas --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 466b663..1050665 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ canvas box-shadow: 0px 0px 60px 10px #18CAE6; border-radius: 25px; border: 5px solid; - border-color: #E6FFFF; + border-color: rgb(42, 11, 128); } body