diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-18 14:01:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-18 14:01:13 +0300 |
| commit | da57388a774af0e16028efaf2196f12606d3db55 (patch) | |
| tree | 25a530ff89d9f12372f6c6b358408068caa70f3b /extras | |
| parent | 6f21a91405eabd1746eb7d05166378be204d0d10 (diff) | |
finetune style
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/themes/simple/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/extras/html/themes/simple/style.css b/extras/html/themes/simple/style.css index 3b1662f..e7276cd 100644 --- a/extras/html/themes/simple/style.css +++ b/extras/html/themes/simple/style.css @@ -24,13 +24,17 @@ h3 { color: #ff8533; } +a { + padding: 0 0 0 0; +} + a:hover { text-decoration: underline; } a.textlink:before { content: "⇒ "; - padding-left: 11px; + color: #ff8533; } .quote { @@ -40,21 +44,25 @@ a.textlink:before { .quote:before { content: "« "; padding-left: 2px; + color: #ff8533; } .quote:after { content: " »"; padding-right: 2px; + color: #ff8533; } ul { list-style: none; margin: 0 0 0 0; + padding: 0 0 0 0; } li:before { content: "★"; padding-right: 5px; + color: #ff8533; } img { |
