diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-13 17:39:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-13 17:39:56 -0500 |
commit | a0be26620b90d9e32c936f6d94a44c06c264acbe (patch) | |
tree | b879db2dfbda690bd3f0298305d28293777096fc /templates/sass | |
parent | 6769ac9d28ee6bf3ad6548abe2aecaf3c0fa1a5b (diff) | |
download | ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.tar.lz ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.tar.xz ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.zip |
Added link channel
Diffstat (limited to 'templates/sass')
-rw-r--r-- | templates/sass/frond.sass | 11 | ||||
-rw-r--r-- | templates/sass/salida.sass | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/templates/sass/frond.sass b/templates/sass/frond.sass index 36a54f4..17f81e7 100644 --- a/templates/sass/frond.sass +++ b/templates/sass/frond.sass @@ -27,6 +27,12 @@ body .libreyt padding-bottom: 60px +a.enlace + color: $copyleft + text-decoration: none + &:hover + color: $enlace + header display: flex width: 90% @@ -74,8 +80,3 @@ section footer p.copyleft font-size: 12px - a.enlace - color: $copyleft - text-decoration: none - &:hover - color: $enlace diff --git a/templates/sass/salida.sass b/templates/sass/salida.sass index 01ff820..323115f 100644 --- a/templates/sass/salida.sass +++ b/templates/sass/salida.sass @@ -11,6 +11,12 @@ body background: $fondo color: $blanco +a.enlace + color: $copyleft + text-decoration: none + &:hover + color: $enlace + .contenedor margin: auto width: 100% @@ -116,11 +122,6 @@ h2 footer p.copyleft font-size: 12px - a.enlace - color: $copyleft - text-decoration: none - &:hover - color: $enlace @media screen and (max-width: 768px) header |