mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 17:18:41 +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-left-radius: 1em;
|
||||||
border-top-right-radius: 1em;
|
border-top-right-radius: 1em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
--webkit-mask-image: linear-gradient(#5315ff,#0000);
|
-webkit-mask-image: linear-gradient(#5315ff,#0000);
|
||||||
}
|
}
|
||||||
.landing-actions a {
|
.landing-actions a {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
Loading…
Reference in a new issue