summaryrefslogtreecommitdiff
path: root/extras/html/themes/simple/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'extras/html/themes/simple/style.css')
-rw-r--r--extras/html/themes/simple/style.css10
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 {