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:"↝";
}
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{