22 font-family : 'HarmonyOS Sans SC Regular' , 'Roboto' , Arial, sans-serif;
33 margin : 0 ;
44 padding : 0 ;
5- background : url ('../../background .jpg' ) no-repeat center center fixed;
5+ background : url ('../../background_light .jpg' ) no-repeat center center fixed;
66 background-size : cover;
77 animation : fadeIn 1s ;
88 color : # 333 ;
@@ -50,7 +50,7 @@ body::-webkit-scrollbar {
5050 padding : 20px ;
5151 max-width : 1400px ;
5252 margin : auto;
53- background-color : rgba (255 , 255 , 255 , 0.8 );
53+ background-color : rgba (255 , 255 , 255 , 0 );
5454}
5555
5656h1 {
9393}
9494
9595.clock-section , .info-section , .right-column {
96- background-color : rgba (255 , 255 , 255 , 0.8 );
96+ background-color : rgba (255 , 255 , 255 , 0.2 );
9797 backdrop-filter : blur (10px );
9898 padding : 20px ;
9999 box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.3 );
@@ -120,7 +120,7 @@ table {
120120 border-collapse : collapse;
121121 margin-top : 20px ;
122122 border : 1px solid # ccc ;
123- background-color : rgba (255 , 255 , 255 , 0.8 );
123+ background-color : rgba (255 , 255 , 255 , 0.5 );
124124}
125125
126126th , td {
0 commit comments