update background color
This commit is contained in:
+3
-3
@@ -190,9 +190,9 @@
|
||||
transition: visibility .2s, opacity .2s, transform .4s;
|
||||
transform: translateY(10px);
|
||||
opacity: 0;
|
||||
background: #00d2ff;
|
||||
background: -webkit-linear-gradient(to top left, #00d2ff, #3a7bd5);
|
||||
background: linear-gradient(to top left, #00d2ff, #3a7bd5);
|
||||
background: #606c88;
|
||||
background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
|
||||
background: linear-gradient(to right, #3f4c6b, #606c88);
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user