File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11: root {
22 --cereus-dark : # 232323 ;
3+ --cereus-light : # FAFAFA ;
34}
45
56* {
@@ -386,7 +387,7 @@ nav img:hover {
386387 transition : 0.6s ;
387388 }
388389.dev-dc : hover {
389- box-shadow : 0px 0px 30px # ffffff ;
390+ box-shadow : 0px 0px 30px var ( --cereus-light ) ;
390391 transform : scale (1.02 );
391392 }
392393
@@ -402,7 +403,7 @@ nav img:hover {
402403 transition : 0.6s ;
403404 }
404405.dev-kf : hover {
405- box-shadow : 0px 0px 30px # ffffff ;
406+ box-shadow : 0px 0px 30px var ( --cereus-light ) ;
406407 transform : scale (1.02 );
407408 }
408409.dev-slnx {
@@ -418,7 +419,7 @@ nav img:hover {
418419 }
419420
420421.dev-slnx : hover {
421- box-shadow : 0px 0px 30px # ffffff ;
422+ box-shadow : 0px 0px 30px var ( --cereus-light ) ;
422423 transform : scale (1.02 );
423424 }
424425/* --- Footer --- */
You can’t perform that action at this time.
0 commit comments