new color palette

This commit is contained in:
sejo 2022-04-14 20:58:56 -05:00
parent a702e35fe3
commit 9e5be4f5f8
1 changed files with 10 additions and 10 deletions

View File

@ -1,21 +1,19 @@
/* colors by https://www.colourlovers.com/palette/1078634/Sentences */
/* links externos */
a[rel^=external]:after{ content: "⭷"; }
a{
color: #857;
color: #C04E43;
}
a:visited{
color: #404;
color: #872645;
}
a.icon{
background-color: #fff;
/* background-color: #fff; */
}
/* gemtext-like format */
/* h1:before{ content: "# "; }
h2:before{ content: "## "; }
h3:before{ content: "### "; }*/
a.arrow:before{ content: "⇒ "; }
body{
color: #100;
color: #563850;
max-width:36em;
margin:0 auto;
font-size:18px;
@ -32,9 +30,11 @@ footer img{
margin:0;
}
hr{ color: #872645 }
pre{
background-color: #edd;
color: #433;
background-color: #F4F6CF;
color: #872645;
padding:1em;
overflow-x: auto;
}