tomadoro/src/components/Timer.css

8 lines
137 B
CSS
Raw Normal View History

2019-03-14 16:53:56 +01:00
.timer {
font-size: 120px;
2019-03-15 10:33:22 +01:00
font-weight: 600;
2019-03-15 19:06:21 +01:00
text-shadow: 0 0 1px #ce2e2e, 0 0 8px rgb(193, 194, 190);
2019-03-15 10:33:22 +01:00
color: white;
}