mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:58:08 +01:00
fix the vendor prefix
This commit is contained in:
parent
247d7fb9d5
commit
4f77b145ea
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ button[type="submit"]:hover {
|
|||
border-top-left-radius: 1em;
|
||||
border-top-right-radius: 1em;
|
||||
pointer-events: none;
|
||||
--webkit-mask-image: linear-gradient(#5315ff,#0000);
|
||||
-webkit-mask-image: linear-gradient(#5315ff,#0000);
|
||||
}
|
||||
.landing-actions a {
|
||||
background: #fff;
|
||||
|
|
Loading…
Reference in a new issue