From 9939d2235dcf587964f1025799bce1d39d85b600 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 13:45:46 +0300 Subject: Update content for html --- style.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 633b1a10..177b19f5 100644 --- a/style.css +++ b/style.css @@ -24,14 +24,17 @@ h3 { color: #ff8533; } +a { + padding: 0 0 0 0; +} + a:hover { text-decoration: underline; } a.textlink:before { - content: "⇒ "; - padding-left: 11px; - color: #ff6600; + content: "🡆 "; + color: #ff8533; } .quote { @@ -41,24 +44,25 @@ a.textlink:before { .quote:before { content: "« "; padding-left: 2px; - color: #ff6600; + color: #ff8533; } .quote:after { content: " »"; padding-right: 2px; - color: #ff6600; + color: #ff8533; } ul { list-style: none; margin: 0 0 0 0; + padding: 0 0 0 0; } li:before { content: "★"; padding-right: 5px; - color: #ff6600; + color: #ff8533; } img { -- cgit v1.2.3