--bgColorLight: #D2D2D2;
--bgColorBlue: #1b6694;
--bgColorSalamandra: rgb(236, 162, 143);
+ --backgroundImageSize: 10rem;
--globalScale: 1;
--navLinkColor: linear-gradient(#1482c8 0 0);
}
}
.index {
- background-color: #242424;
+ background-color: var(--bgColorMidDark);
background-image: url('../images/salamandra_margin.svg');
background-position-x: center;
background-position-y: 2rem;
background-repeat: no-repeat;
- background-size: 10rem;
+ background-size: var(--backgroundImageSize);
}
@media screen and (max-width: 480px) {