AƱadiendo cambios solicitados
authorCrawKatt <man849916@gmail.com>
Sun, 2 Jul 2023 20:58:39 +0000 (16:58 -0400)
committerCrawKatt <man849916@gmail.com>
Sun, 2 Jul 2023 20:58:39 +0000 (16:58 -0400)
themes/droda/assets/css/main.css

index e8f32da326d395df5715acab0084e446ae7d72c0..fd77ead0f6ba15e889390fd03c9885ab87a817fb 100644 (file)
@@ -24,6 +24,7 @@
    --bgColorLight: #D2D2D2;
    --bgColorBlue: #1b6694;
    --bgColorSalamandra: rgb(236, 162, 143);
+   --backgroundImageSize: 10rem;
    --globalScale: 1;
    --navLinkColor: linear-gradient(#1482c8 0 0);
 }
@@ -311,12 +312,12 @@ footer {
 }
 
 .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) {