We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ff1eb commit f68c464Copy full SHA for f68c464
1 file changed
css.css
@@ -1,5 +1,6 @@
1
:root {
2
--cereus-dark: #232323;
3
+ --cereus-light: #FAFAFA;
4
}
5
6
* {
@@ -386,7 +387,7 @@ nav img:hover {
386
387
transition: 0.6s;
388
389
.dev-dc:hover {
- box-shadow: 0px 0px 30px #ffffff;
390
+ box-shadow: 0px 0px 30px var(--cereus-light);
391
transform: scale(1.02);
392
393
@@ -402,7 +403,7 @@ nav img:hover {
402
403
404
405
.dev-kf:hover {
406
407
408
409
.dev-slnx {
@@ -418,7 +419,7 @@ nav img:hover {
418
419
420
421
.dev-slnx:hover {
422
423
424
425
/* --- Footer --- */
0 commit comments