Fix Horrific Firefox Background Bug

This commit is contained in:
Leo
2020-11-03 13:23:00 -05:00
committed by GitHub
parent b370eb5bd9
commit 75c804f650

View File

@@ -14,6 +14,8 @@ body {
color: var(--white);
background: var(--gradient);
font-family: 'Alata', sans-serif;
height: 100vh;
width: 100vw;
}
input {
@@ -216,4 +218,4 @@ label[for="torrent"] {
width: 95%;
}
}
}