diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-13 18:46:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-13 18:46:38 -0500 |
commit | 3a9b807499afde3775af13f5d45fc2cd6d8d6984 (patch) | |
tree | 709755a4d90971f7a67b1660b47b4d7f628b6255 | |
parent | e620918e931367af4ea9bc937dd0227db820dc71 (diff) | |
download | ytlibre-3a9b807499afde3775af13f5d45fc2cd6d8d6984.tar.lz ytlibre-3a9b807499afde3775af13f5d45fc2cd6d8d6984.tar.xz ytlibre-3a9b807499afde3775af13f5d45fc2cd6d8d6984.zip |
change color on link
-rw-r--r-- | templates/css/salida.min.css | 2 | ||||
-rw-r--r-- | templates/sass/salida.sass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/css/salida.min.css b/templates/css/salida.min.css index e9bc43d..e973082 100644 --- a/templates/css/salida.min.css +++ b/templates/css/salida.min.css @@ -1 +1 @@ -body{background:#2d3743;color:#fff}a.enlace{color:#62758d;text-decoration:none}a.enlace:hover{color:#2dde98}.contenedor{margin:auto;width:100%;max-width:800px;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center}.contenedor .libreyt{padding-bottom:20px}.contenedor .libreyt .row{display:flex;width:80%;max-width:400px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.contenedor .libreyt .row .imageyt{flex:1 0 30%;max-width:40%;padding:0px 15px}.contenedor .libreyt .row .imageyt img{width:100%;vertical-align:middle}.contenedor .libreyt .row .features{flex:0;min-height:1px;max-height:100%;position:relative;padding:0px 15px}.contenedor .libreyt .row .features .yt-titulo{font-weight:700;font-size:1rem;line-height:24px}.contenedor .row{line-height:2.5}.contenedor .row .col{text-align:center;padding:0px 15px}.contenedor .row .col .boton-descarga{padding:2px 5px;font-size:12px;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#5cb85c;text-decoration:none}.librevideojs{width:90%;max-width:700px}header{display:flex;width:90%;padding:20px 0px;justify-content:center}header a.drm-free{align-items:center;height:auto;opacity:.5;transition:opacity 150ms}header a.drm-free:before{content:url("../images/drm-free.png");vertical-align:top;display:block;position:absolute;top:12px;left:12px;max-width:120px;width:100%}header a.drm-free:hover{opacity:1}h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;line-height:1.1}hr{width:100%}section{width:100%}h2{text-align:center}footer p.copyleft{font-size:12px}@media screen and (max-width: 768px){header a.drm-free:before{display:none}} +body{background:#2d3743;color:#fff}a.enlace{color:#1aafff;text-decoration:none}a.enlace:hover{color:#2dde98}.contenedor{margin:auto;width:100%;max-width:800px;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center}.contenedor .libreyt{padding-bottom:20px}.contenedor .libreyt .row{display:flex;width:80%;max-width:400px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.contenedor .libreyt .row .imageyt{flex:1 0 30%;max-width:40%;padding:0px 15px}.contenedor .libreyt .row .imageyt img{width:100%;vertical-align:middle}.contenedor .libreyt .row .features{flex:0;min-height:1px;max-height:100%;position:relative;padding:0px 15px}.contenedor .libreyt .row .features .yt-titulo{font-weight:700;font-size:1rem;line-height:24px}.contenedor .row{line-height:2.5}.contenedor .row .col{text-align:center;padding:0px 15px}.contenedor .row .col .boton-descarga{padding:2px 5px;font-size:12px;border-radius:3px;color:#fff;background-color:#5cb85c;border-color:#5cb85c;text-decoration:none}.librevideojs{width:90%;max-width:700px}header{display:flex;width:90%;padding:20px 0px;justify-content:center}header a.drm-free{align-items:center;height:auto;opacity:.5;transition:opacity 150ms}header a.drm-free:before{content:url("../images/drm-free.png");vertical-align:top;display:block;position:absolute;top:12px;left:12px;max-width:120px;width:100%}header a.drm-free:hover{opacity:1}h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;line-height:1.1}hr{width:100%}section{width:100%}h2{text-align:center}footer p.copyleft{font-size:12px}@media screen and (max-width: 768px){header a.drm-free:before{display:none}} diff --git a/templates/sass/salida.sass b/templates/sass/salida.sass index 323115f..40c62e5 100644 --- a/templates/sass/salida.sass +++ b/templates/sass/salida.sass @@ -1,6 +1,6 @@ $asana: #067ab4 $blanco: #fff -$copyleft: #62758d +$copyleft: #1aafff $enlace: #2dde98 $fondo: #2d3743 $green: #5cb85c |