Ubicando la variable de color en el root del sitio
authorOdairTrujillo <haldrik@gmail.com>
Mon, 17 Apr 2023 22:19:39 +0000 (17:19 -0500)
committerOdairTrujillo <haldrik@gmail.com>
Mon, 17 Apr 2023 22:19:39 +0000 (17:19 -0500)
themes/droda/assets/css/main.css

index 288770d9572d388849edad0e5a70b3f6ea625615..7d6a0e3367c4b372463dbea1b4ce04b6a6b2c2c1 100644 (file)
@@ -25,7 +25,7 @@
    --bgColorBlue: #1b6694;
    --bgColorSalamandra: rgb(236, 162, 143);
    --globalScale: 1;
-   
+   --navLinkColor: linear-gradient(#1482c8 0 0);
 }
 
 h1 {
@@ -105,7 +105,7 @@ aside {
    overflow: auto;
 }
 
-aside .item {
+aside > div, li {
    color: var(--bgColorLight);
    display: flex;
    flex-flow: column nowrap;
@@ -152,10 +152,8 @@ nav ul {
 }
 
 .hover {
-   --c:linear-gradient(#1482c8 0 0); /* update the color here */
-
    padding-bottom: .15em;
-   background: var(--c), var(--c);
+   background: var(--navLinkColor), var(--navLinkColor);
    background-size: .3em .1em;
    background-position:50% 100%;
    background-repeat: no-repeat;