diff options
Diffstat (limited to 'src/gui/style.css')
-rw-r--r-- | src/gui/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/style.css b/src/gui/style.css index 4828e41..70385d1 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -22,6 +22,10 @@ margin-bottom: 4px; } +.g-Calendar__DayNumber--FirstOfMonth { + font-weight: bold; +} + .g-Calendar__DayEvent { background-color: #A8C2E0; color: white; |