colores de links

This commit is contained in:
sejo 2021-05-20 17:11:19 -05:00
parent 27a2164dff
commit 1e9649f7c2
1 changed files with 6 additions and 5 deletions

View File

@ -7,24 +7,24 @@ a[rel=external]:after{
content:"↝"; content:"↝";
} }
a{ a{
color: #363; color: #963;
} }
a:hover{ a:hover{
background-color: #363; background-color: #963;
color: #fff; color: #fff;
border-radius:3px; border-radius:3px;
} }
a:visited{ a:visited{
color: #773; color: #630;
} }
a:visited:hover{ a:visited:hover{
background-color: #773; background-color: #630;
color: #fff; color: #fff;
border-radius:3px; border-radius:3px;
} }
body{ body{
color: #333; color: #100;
max-width:40em; max-width:40em;
margin:0 auto; margin:0 auto;
font-size:18px; font-size:18px;
@ -44,6 +44,7 @@ pre{
color: #433; color: #433;
padding:1em; padding:1em;
border-radius:5px; border-radius:5px;
overflow-x: auto;
} }
main h1{ main h1{