File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
99 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
1010 < link href ="https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Roboto:wght@300;400;500&display=swap " rel ="stylesheet ">
11- < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%23663399 %22>E</text></svg> ">
11+ < link rel ="icon " href ="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22 fill=%22%23008080 %22>E</text></svg> ">
1212</ head >
1313< body >
1414 < header >
Original file line number Diff line number Diff line change 66}
77
88: root {
9- --primary-color : # 663399 ; /* Purple */
10- --secondary-color : # ff6b6b ; /* Coral */
11- --accent-color : # 4ecdc4 ; /* Teal */
9+ --primary-color : # 008080 ; /* Teal */
10+ --secondary-color : # FF8C42 ; /* Orange - complementary to teal */
11+ --accent-color : # 4ECDC4 ; /* Light Teal */
1212 --dark-color : # 292f36 ; /* Almost Black */
1313 --light-color : # f7f9fc ; /* Off White */
1414 --text-color : # 333333 ; /* Dark Gray */
@@ -107,7 +107,7 @@ nav ul li a:hover::after {
107107
108108/* Hero Section */
109109# hero {
110- background : linear-gradient (135deg , var (--primary-color ), # 9370DB );
110+ background : linear-gradient (135deg , var (--primary-color ), var ( --accent-color ) );
111111 color : # fff ;
112112 text-align : center;
113113 padding : 150px 0 100px ;
You can’t perform that action at this time.
0 commit comments