diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-18 13:45:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-18 13:45:46 +0300 |
| commit | 9939d2235dcf587964f1025799bce1d39d85b600 (patch) | |
| tree | 02f4e813bdb7c31ca3c53ca255848951a7db9d85 /style.css | |
| parent | 990180a825d3ba90069c89ef497c8fe47cfb7e69 (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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 { |
