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; }