aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/static/style.css b/static/style.css
index 92f9e446..02f6228c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -308,23 +308,16 @@ along with their colors.
font-family: arial;
}
-.date-info.non-current {
- /* TODO
-Find color between gray and lightgray
-*/
- color: lightgray !important;
-}
-
.date-info .day-number {
font-size: 150%;
padding: 2pt;
}
-.date-info .month-name {
- color: var(--gray);
+.date-info.current .day-number {
+ color: black;
}
-.date-info .year-number {
+.date-info {
color: var(--gray);
}