Skip to content

Commit 2ea2c7e

Browse files
committed
feat: add distinct color for not current month items
1 parent a0d0bf9 commit 2ea2c7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

angular-hub/src/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ body {
6868
box-shadow: 0 0 5px 5px #00b8e6;
6969
}
7070

71+
.p-datepicker-other-month {
72+
color: grey;
73+
}
74+
7175
@media (prefers-reduced-motion) {
7276
::view-transition-group(*),
7377
::view-transition-old(*),

0 commit comments

Comments
 (0)