summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-17 19:53:56 +0300
committerPaul Buetow <paul@buetow.org>2024-09-17 19:53:56 +0300
commit990180a825d3ba90069c89ef497c8fe47cfb7e69 (patch)
treefe27597a36584fea9945a275553a9eda064183b8 /style.css
parent25198bcf0d02bf5fcce4cbcd6c66c35dcd906fb7 (diff)
Update content for html
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 3b1662fe..633b1a10 100644
--- a/style.css
+++ b/style.css
@@ -31,6 +31,7 @@ a:hover {
a.textlink:before {
content: "⇒ ";
padding-left: 11px;
+ color: #ff6600;
}
.quote {
@@ -40,11 +41,13 @@ a.textlink:before {
.quote:before {
content: "« ";
padding-left: 2px;
+ color: #ff6600;
}
.quote:after {
content: " »";
padding-right: 2px;
+ color: #ff6600;
}
ul {
@@ -55,6 +58,7 @@ ul {
li:before {
content: "★";
padding-right: 5px;
+ color: #ff6600;
}
img {