diff --git a/src/App.vue b/src/App.vue index 0b80bc9..85df859 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@ - +
today {{ day.day }} @@ -226,6 +226,10 @@ export default { flex: 1; } +.day-info-header, .calendar .prev, .calendar .up, .calendar .next { + background-color: #f8bbd0; +} + #day-notes { color: rgba(0, 0, 0, 0.54); }