From 996194dd322297bbe07346451832bc22cc6e3e3c Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Sun, 21 May 2017 01:54:34 +0200 Subject: [PATCH] added black shadow to play button on top of thumbnails, closes #206 --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 31e977c..870481b 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,7 @@ font-size: 3em; text-align: center; line-height: 130px; + text-shadow: 0 0 2px black; } #timetable.table-bordered td:first-child { -- GitLab