Skip to content

Commit 7a46ba5

Browse files
committed
chore: updated calendar style
1 parent e201c95 commit 7a46ba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/calendar/css/calendar.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
align-items: center;
66
/*font-family: "Poppins", serif;*/
77
background: #eeaeca;
8-
background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%);
8+
background: radial-gradient(circle, rgba(239, 169, 7, 0.9) 0%, rgba(231, 231, 18, 0.51) 100%);
9+
border-radius: 50%/50px 30px 50px 30px;
910
}
1011

1112
.calendar_holder h1 {

0 commit comments

Comments
 (0)