From ba8165e8dd21a5c9a543967512a8e49eca813228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 25 Apr 2020 23:22:15 +0200 Subject: Made repeat-marker in side menu red. --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 7028a785..0b1f4db5 100644 --- a/static/style.css +++ b/static/style.css @@ -474,9 +474,12 @@ Find color between gray and lightgray white-space: pre; } +.repeating { + color: red; +} + .event .repeating { float: left; - color: red; font-size: 150%; } -- cgit v1.2.3