File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 56
56
57
57
.dycalendar-month-container div {
58
58
padding : 0 ;
59
- margin-bottom : 10px ;
59
+ margin-bottom : - 10px ;
60
60
}
61
61
62
62
.dycalendar-month-container .dycalendar-header {
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ section {
17
17
justify-content : center;
18
18
align-items : center;
19
19
min-height : 100vh ;
20
- background-color : # 161623 ;
20
+ background-color : # 19172e ;
21
21
overflow : hidden;
22
22
}
23
23
24
24
h1 {
25
25
position : absolute;
26
26
top : 0 ;
27
27
color : white;
28
- padding-top : 50 px ;
28
+ padding-top : 40 px ;
29
29
}
30
30
31
31
.box {
37
37
position : relative;
38
38
width : 380px ;
39
39
min-height : 400px ;
40
- background : rgba ( 255 , 255 , 255 , 0.1 ) ;
40
+ background : # 252339 ;
41
41
box-shadow : 0 25px 45px rgba (0 , 0 , 0 , 0.1 );
42
42
backdrop-filter : blur (25px );
43
43
border-radius : 10px ;
53
53
54
54
# dycalendar table {
55
55
width : 100% ;
56
- margin-top : 40 px ;
56
+ margin-top : 10 px ;
57
57
border-spacing : 8px ;
58
58
}
59
59
@@ -124,12 +124,11 @@ h1 {
124
124
background : # fff ;
125
125
color : # 111 ;
126
126
display : inline-block;
127
- width : 100% ;
128
- height : 38px ;
127
+ width : 30% ;
129
128
border-radius : 4px ;
130
129
justify-content : center;
131
130
font-size : 20px ;
132
- padding-top : 5px ;
131
+ padding : 5px ;
133
132
}
134
133
135
134
.today-btn : hover {
You can’t perform that action at this time.
0 commit comments