@@ -31,43 +31,33 @@ html {
3131 body {
3232 font-family : "Mulish" , sans-serif;
3333 color : aliceblue;
34- background-color : rgb (26 , 17 , 54 );
35- background-color : linear-gradient (180deg , rgba (26 , 17 , 54 , 1 ) 0% , rgba (29 , 20 , 62 , 1 ) 30% , rgba (38 , 31 , 84 , 1 ) 60% , rgba (41 , 39 , 100 , 1 ) 80% , rgba (56 , 51 , 118 , 1 ) 100% );
36-
37- background-image : url ('$lib/images/cloud.webp' );
34+ background-color : # 0E1D26 ;
35+ background-image : url ('$lib/images/brown_footer.png' );
3836 background-size : 100% ;
3937 background-repeat : no-repeat;
4038 background-position : bottom;
4139 }
4240}
4341
44- .stars {
45- background-image : url ('$lib/images/star_pattern.png' );
46- background-size : 80% ;
47- background-repeat : repeat;
48- background-blend-mode : overlay;
49- background-attachment : fixed;
50- }
51-
5242.hackaburg {
53- color : # ca70a2 ;
43+ color : # FABD77 ;
5444}
5545
5646.bg-hackaburg {
57- background-color : # ca70a2 ;
47+ background-color : # FABD77 ;
5848}
5949
6050.glow {
61- box-shadow : 0 0 20px -5px hsl (203 , 92% , 75% , 1 );
51+ box-shadow : 0 0 20px -5px hsl (48 , 92% , 75% );
6252}
6353.glow-soft {
64- box-shadow : 0 0 10px -5px hsl ( 203 , 92% , 75% , .3 );
54+ box-shadow : 0 0 10px -5px hsla ( 46 , 92% , 75% , 0 .3 );
6555}
6656
6757.glow : hover {
68- box-shadow : 0 0 30px 10px hsla (340 , 57% , 64% , .5 );
58+ box-shadow : 0 0 30px 10px hsla (27 , 57% , 64% , 0 .5 );
6959}
7060
7161.glow-soft : hover {
72- box-shadow : 0 0 20px 10px hsla (340 , 57% , 64% , .3 );
62+ box-shadow : 0 0 20px 10px hsla (13 , 57% , 64% , 0 .3 );
7363}
0 commit comments