From 1e9649f7c2e87682fdef6a2aee13f294e8445352 Mon Sep 17 00:00:00 2001 From: sejo Date: Thu, 20 May 2021 17:11:19 -0500 Subject: [PATCH] colores de links --- web/static/estilo.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/web/static/estilo.css b/web/static/estilo.css index cb8e51b..7689795 100644 --- a/web/static/estilo.css +++ b/web/static/estilo.css @@ -7,24 +7,24 @@ a[rel=external]:after{ content:"↝"; } a{ - color: #363; + color: #963; } a:hover{ - background-color: #363; + background-color: #963; color: #fff; border-radius:3px; } a:visited{ - color: #773; + color: #630; } a:visited:hover{ - background-color: #773; + background-color: #630; color: #fff; border-radius:3px; } body{ - color: #333; + color: #100; max-width:40em; margin:0 auto; font-size:18px; @@ -44,6 +44,7 @@ pre{ color: #433; padding:1em; border-radius:5px; + overflow-x: auto; } main h1{