diff options
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 |