mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-05 22:51:36 +01:00
fade & whitespace
This commit is contained in:
@@ -217,7 +217,6 @@ body{
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 30px;
|
||||
|
||||
}
|
||||
|
||||
.footerLink{
|
||||
@@ -241,7 +240,6 @@ body{
|
||||
.footerLink{
|
||||
font-size: 4vw;
|
||||
}
|
||||
|
||||
.mid{
|
||||
margin-left: 2.5%;
|
||||
margin-right: 2.5%;
|
||||
@@ -258,3 +256,11 @@ body{
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from { opacity: 0.3; }
|
||||
}
|
||||
|
||||
.animate-flicker {
|
||||
animation: fadeIn 2s alternate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user