44 **********************
55*/
66
7- header # headerImg {
8- width : 100vw ;
9- height : auto;
10- }
7+ header # headerImg { width : 100vw ; height : auto; }
118
129header nav {
1310 width : 100vw ;
@@ -24,7 +21,7 @@ header nav {
2421 top : 8px ;
2522 left : 16px ;
2623
27- color : ghostwhite ;
24+ color : var ( --color-2 ) ;
2825}
2926
3027header nav # gitHubProfile { transition : all 0.3s ease; }
@@ -35,10 +32,7 @@ header nav #gitHubProfile:hover {
3532 -webkit-filter : brightness (87% );
3633}
3734
38- header nav # desktopMenu {
39- display : flex;
40- justify-content : center;
41- }
35+ header nav # desktopMenu { display : flex; justify-content : center; }
4236
4337header nav # desktopMenu > li {
4438 margin-right : 50px ;
@@ -75,11 +69,11 @@ header nav #sponsorThemeBtn #themeBtn:hover
7569 position : absolute;
7670 top : 100px ;
7771
78- color : # c3c3c3 ;
72+ color : var ( --color-3 ) ;
7973 font-weight : bold;
8074 text-align : center;
8175
82- text-shadow : 2px 2px # 7159c1 ;
76+ text-shadow : 2px 2px var ( --text-shadow-color ) ;
8377}
8478
8579# titleAndSubtitle span { font-size : 20px ; }
@@ -107,7 +101,7 @@ header nav #sponsorThemeBtn #themeBtn:hover
107101# bar1 , # bar2 , # bar3 {
108102 width : 35px ;
109103 height : 5px ;
110- background-color : ghostwhite ;
104+ background-color : var ( --color-2 ) ;
111105 margin : 6px 0 ;
112106 transition : 0.4s ;
113107}
@@ -125,8 +119,8 @@ header nav #sponsorThemeBtn #themeBtn:hover
125119 top : 75px ;
126120 right : -150px ;
127121
128- background-color : ghostwhite ;
129- color : # 707070 ;
122+ background-color : var ( --color-2 ) ;
123+ color : var ( --color-1 ) ;
130124 border-radius : 5px ;
131125
132126 transition : all 0.7s ease;
@@ -139,10 +133,9 @@ header nav #sponsorThemeBtn #themeBtn:hover
139133 transition : all 0.3s ease;
140134}
141135
142- # mobileMenu li : hover {
143- background-color : # c6c6c6 ;
144- color : ghostwhite;
145- }
136+ # mobileMenu a { color : var (--color-1 ); }
137+
138+ # mobileMenu li : hover { background-color : var (--background-color-4 ); color : var (--color-2 ); }
146139
147140/*
148141 **************************
0 commit comments