From: OdairTrujillo Date: Mon, 17 Apr 2023 22:19:39 +0000 (-0500) Subject: Ubicando la variable de color en el root del sitio X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=7b77c48f933853f13f6ea9cf9b87d77986c4efed;p=salamandradevs.site%2F.git Ubicando la variable de color en el root del sitio --- diff --git a/themes/droda/assets/css/main.css b/themes/droda/assets/css/main.css index 288770d..7d6a0e3 100644 --- a/themes/droda/assets/css/main.css +++ b/themes/droda/assets/css/main.css @@ -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;