Fix Clock

Co-authored-by: Wessel Tip <discord@go2it.eu>
This commit is contained in:
David Ralph
2020-07-16 20:02:26 +01:00
parent 752ce62f24
commit 9c7bfafa23
2 changed files with 21 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
.clock {
font-size: 4em;
text-shadow: 5px 2px rgba(0, 0, 0, 0.8);
margin: 0;
text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
// text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.ampm {