From e30a6a7e2d36ce1291f76120016ac8b13c3f9ee6 Mon Sep 17 00:00:00 2001 From: Olga Lavrukhina Date: Sun, 21 Jul 2024 23:54:52 +0300 Subject: [PATCH] add new line to ALL files --- styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.scss b/styles.scss index 62d6080d1..37b710461 100644 --- a/styles.scss +++ b/styles.scss @@ -65,7 +65,7 @@ h1, h2 { } .enter-button:hover { - background: #FF8DFA; + background: rgba(255, 141, 250, 0.95); cursor: pointer; transition: 0.5s; }