FIC2020 logo

This commit is contained in:
nemunaire 2019-07-10 17:41:07 +02:00
commit 3bcac39f5f
4 changed files with 2 additions and 5 deletions

View file

@ -98,16 +98,13 @@ body {
-webkit-animation: clockanim 1s ease infinite;
}
.end {
color: #A94442;
color: #e64143;
}
.point {
text-shadow: 0 0 20px #4eaee6;
}
.bg-dark .point {
text-shadow: 0 0 12px #4eaee6;
}
.end .point {
text-shadow: 0 0 20px #ff5500;
text-shadow: 0 0 20px #e64143;
}
@-webkit-keyframes clockanim {
0% { opacity: 1.0; }