mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update background color
This commit is contained in:
parent
5e20d63b20
commit
bfdb4d5063
1 changed files with 3 additions and 3 deletions
|
|
@ -190,9 +190,9 @@
|
||||||
transition: visibility .2s, opacity .2s, transform .4s;
|
transition: visibility .2s, opacity .2s, transform .4s;
|
||||||
transform: translateY(10px);
|
transform: translateY(10px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
background: #00d2ff;
|
background: #606c88;
|
||||||
background: -webkit-linear-gradient(to top left, #00d2ff, #3a7bd5);
|
background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
|
||||||
background: linear-gradient(to top left, #00d2ff, #3a7bd5);
|
background: linear-gradient(to right, #3f4c6b, #606c88);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue