blob: 494a286599051e8175eee6640bf821b53020648c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.links {
color: inherit;
text-decoration: none;
background-color: #eabc75;
/* hsl(200, 100%, 80% */
-webkit-box-shadow: 0 7px 30px -10px #eabc75, 0 7px 30px -10px #eabc75;
box-shadow: 0 7px 30px -10px #eabc75, 0 7px 30px -10px #eabc75;
-webkit-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
|