diff --git a/pycltheme/static/css/cl.css b/pycltheme/static/css/cl.css index a7f1996..9250b55 100644 --- a/pycltheme/static/css/cl.css +++ b/pycltheme/static/css/cl.css @@ -1,3 +1,8 @@ +:root { + --cl-blue: #0057a8; + --cl-red: #e22914; +} + * { font-family: 'Open Sans', sans-serif; } @@ -15,6 +20,15 @@ font-weight: bold; } +a { + color: var(--cl-blue); + text-decoration: underline; +} + +a:hover { + color: var(--cl-red); +} + .cabecera-index { color: white; @@ -96,7 +110,7 @@ .plataformas { /*background: #343a40;*/ - background: #0057a8; + background: var(--cl-blue); padding-top: 10px; padding-bottom: 10px; } @@ -108,7 +122,7 @@ } .fondo-azul { - background: #0057a8; + background: var(--cl-blue); padding-top: 10px; padding-bottom: 10px; } @@ -177,7 +191,7 @@ /* Footer */ .footer { - background: #0057a8; + background: var(--cl-blue); color:white; } @@ -257,7 +271,7 @@ blockquote { } .blue { - color: #0057a7; + color: var(--cl-blue); font-style: normal; } @@ -439,3 +453,20 @@ ul.navbar-nav { color: #343a40; font-weight: 800; } + +.w-30 { + width: 30% ! important; +} + +.w-40 { + width: 40% ! important; +} + +.w-60 { + width: 60% ! important; +} + +.btn-primary { + background-color: var(--cl-blue); + text-decoration: none; +} diff --git a/pycltheme/templates/card.html b/pycltheme/templates/card.html index 7d6bbc1..7661ed3 100644 --- a/pycltheme/templates/card.html +++ b/pycltheme/templates/card.html @@ -13,18 +13,25 @@