From 9e5be4f5f827acea4443f0b406b94b99cd59c029 Mon Sep 17 00:00:00 2001 From: sejo Date: Thu, 14 Apr 2022 20:58:56 -0500 Subject: [PATCH] new color palette --- templates/estilo.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/estilo.css b/templates/estilo.css index 076cf35..698d0e8 100644 --- a/templates/estilo.css +++ b/templates/estilo.css @@ -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; }