File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed
Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 11: root {
2- --primary-color : # 0d1f24 ;
3- --accent-color : # 14b8a6 ;
4- --moon-color : # fde68a ;
5- --star-color : # fef08a ;
6- --lotus-color : # f9a8d4 ;
2+ --primary-color : # 004d40 ; /* deep teal */
3+ --accent-color : # 26a69a ; /* lighter teal */
4+ --moon-color : # ffeb3b ; /* bright yellow */
5+ --star-color : # fff59d ; /* soft yellow */
76}
87
98body {
109 margin : 0 ;
1110 font-family : 'Playfair Display' , serif;
12- background : radial -gradient (circle at top , # 0f172a 0% , var ( --primary-color ) 100% );
11+ background-image : linear -gradient (135 deg , # 004d40 0% , # 00796b 100% );
1312 color : var (--moon-color );
1413 overflow-x : hidden;
14+ min-height : 100vh ;
15+ position : relative;
1516}
1617
1718.stars {
@@ -41,22 +42,25 @@ body {
4142 z-index : 1 ;
4243 padding : 4rem 2rem ;
4344 text-align : center;
45+ max-width : 800px ;
46+ margin : 0 auto;
4447}
4548
4649h1 {
4750 font-size : 3rem ;
4851 color : var (--moon-color );
52+ margin-bottom : 0.2em ;
4953}
5054
5155h2 {
5256 font-size : 2rem ;
53- margin-top : 2 rem ;
57+ margin-top : 3 rem ;
5458 color : var (--accent-color );
5559}
5660
5761p {
5862 font-size : 1.2rem ;
59- color : # fefce8 ;
63+ color : # fffde7 ;
6064}
6165
6266.project-list {
6973
7074.project-list li {
7175 padding : 0.5rem 0 ;
72- border-bottom : 1px solid # 334155 ;
76+ border-bottom : 1px solid # 004d40 ;
7377}
7478
7579.moon {
7680 width : 120px ;
7781 height : 120px ;
7882 background : var (--moon-color );
7983 border-radius : 50% ;
80- box-shadow : 0 0 50 px 15px rgba (253 , 230 , 138 , 0.4 );
84+ box-shadow : 0 0 40 px 15px rgba (255 , 235 , 59 , 0.6 );
8185 margin : 2rem auto;
8286}
8387
84- .lotus {
85- width : 80px ;
86- margin : 1rem auto;
87- display : block;
88- filter : drop-shadow (0 0 10px var (--lotus-color ));
89- }
90-
9188footer {
9289 margin-top : 3rem ;
9390 font-size : 0.9rem ;
94- color : # 94a3b8 ;
91+ color : # b2dfdb ;
9592}
9693
9794a {
You can’t perform that action at this time.
0 commit comments