mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
add border radius hell yeah :3
This commit is contained in:
parent
1639a688bf
commit
247d7fb9d5
1 changed files with 5 additions and 1 deletions
|
@ -849,7 +849,11 @@ button[type="submit"]:hover {
|
|||
height: 700px;
|
||||
object-fit: cover;
|
||||
object-position: top;
|
||||
mask-image: linear-gradient(black, #0000);
|
||||
mask-image: linear-gradient(#5315ff,#0000);
|
||||
border-top-left-radius: 1em;
|
||||
border-top-right-radius: 1em;
|
||||
pointer-events: none;
|
||||
--webkit-mask-image: linear-gradient(#5315ff,#0000);
|
||||
}
|
||||
.landing-actions a {
|
||||
background: #fff;
|
||||
|
|
Loading…
Reference in a new issue