aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-05-20 17:11:19 -0500
committersejo <sejo@texto-plano.xyz>2021-05-20 17:11:19 -0500
commit1e9649f7c2e87682fdef6a2aee13f294e8445352 (patch)
tree3a26d2cf8e4101ce26898350ea2984e4710e552c
parent27a2164dffe2352e6975866993d21d0196a09271 (diff)
downloadsitio-1e9649f7c2e87682fdef6a2aee13f294e8445352.tar.gz
colores de links
-rw-r--r--web/static/estilo.css11
1 files 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{
Un proyecto texto-plano.xyz