darker deeper

This commit is contained in:
Set Sakrecoer 2019-05-17 10:38:28 +02:00
parent 90258c10d6
commit 760363a026
3 changed files with 14 additions and 14 deletions

View file

@ -34,17 +34,17 @@
@-webkit-keyframes shadow {
to {
text-shadow: .2em .2em rgba(61, 61, 61, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
text-shadow: .2em .2em rgba(31, 31, 31, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
}
}
@-moz-keyframes shadow {
to {
text-shadow: .2em .2em rgba(61, 61, 61, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
text-shadow: .2em .2em rgba(31, 31, 31, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
}
}
@keyframes shadow {
to {text-shadow: .2em .2em rgba(61, 61, 61, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
to {text-shadow: .2em .2em rgba(31, 31, 31, 0.5), -.2m -.2em rgba(224, 224, 224, 0.5);
}
}