Updated current day marker's CSS

This commit is contained in:
2022-11-08 12:41:34 +03:00
parent e84b7c8a2c
commit d1e9f86c82
@@ -40,13 +40,13 @@ table.month th.subtitle {
table.month a { table.month a {
text-decoration: none; text-decoration: none;
color: #000000; color: #000000;
padding: 3px; padding: 5px;
} }
a.current_day { table.month a.current_day {
border-radius: 3px; border: 3px solid #dc143c;
background: #696969; padding: 2px;
color: #fefefe; border-radius: 50%;
} }
table.month td.with_events a { table.month td.with_events a {