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