diff --git a/src/main/resources/static/css/base.css b/src/main/resources/static/css/base.css index fde85564..d6f46718 100644 --- a/src/main/resources/static/css/base.css +++ b/src/main/resources/static/css/base.css @@ -224,12 +224,16 @@ a.homeButton:hover { .month-control .info { display: inline; - font-size: 1.5em; + font-size: 1.4em; background-color: #eee; padding: 10px; border-radius: 15px; } +.month-control .today-button { + background-color: #eee; +} + .month-control-left { text-align: left; } diff --git a/src/main/resources/static/css/mquery.css b/src/main/resources/static/css/mquery.css index daa5c10d..f4417d5a 100644 --- a/src/main/resources/static/css/mquery.css +++ b/src/main/resources/static/css/mquery.css @@ -9,7 +9,7 @@ } .calendar h1 { - font-size: 3em; + font-size: 2.5em; } .calendar .weekdays { diff --git a/src/main/resources/templates/duty/duty.html b/src/main/resources/templates/duty/duty.html index 7e672f74..46dcd32c 100644 --- a/src/main/resources/templates/duty/duty.html +++ b/src/main/resources/templates/duty/duty.html @@ -9,6 +9,7 @@