Updated current day marker's CSS
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user