Implemented the calendar menu that displays time, calendar and weather (WIP).

This commit is contained in:
Jas Singh
2024-06-27 02:07:44 -07:00
parent 4ff2392c48
commit cfaceac4c0
11 changed files with 686 additions and 202 deletions

View File

@@ -19,8 +19,8 @@
}
&.active {
color: $lavender;
background-color: $lavender;
color: $pink;
background-color: $pink;
min-width: 11em;
min-height: 4.5em;
}