Skip to content

Commit f68c464

Browse files
author
VentGrey
committed
añadir el color blanco a las variables de CSS
1 parent a1ff1eb commit f68c464

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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 --- */

0 commit comments

Comments
 (0)