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/salida.sass | |
parent | 6769ac9d28ee6bf3ad6548abe2aecaf3c0fa1a5b (diff) | |
download | ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.tar.lz ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.tar.xz ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.zip |
Added link channel
Diffstat (limited to 'templates/sass/salida.sass')
-rw-r--r-- | templates/sass/salida.sass | 11 |
1 files changed, 6 insertions, 5 deletions
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 |