summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-28 21:17:57 +0000
committerPaul Buetow <paul@buetow.org>2021-12-28 21:17:57 +0000
commitbfa4320abfc4028b285b8e2e9b724e71ed67192f (patch)
tree90c93d35cf5061013c35fa684b8ceb696aaa2a7f /style.css
parentb7b474d322ad49bcdd30d3100dfae919b57e3bd0 (diff)
Publishing new version
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 21 insertions, 11 deletions
diff --git a/style.css b/style.css
index 3eeced17..15867b51 100644
--- a/style.css
+++ b/style.css
@@ -3,27 +3,37 @@ body {
padding-left: 10px;
padding-right: 10px;
max-width: 900px;
- font-family: "courier new";
- background-color: #ffffff;
- color: #000000;
+ background-color: #37585E;
+ color: #ddddce;
+ font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
+ font-style: normal;
+ font-variant: normal;
}
-h1,h2,h3 {
- color: #55bc90;
+h1 {
+ color: #ffffff;
+}
+
+h2 {
+ color: #ffffef;
+}
+
+h3 {
+ color: #eeeede;
}
a {
- color: #174f14;
+ color: #99ccff;
text-decoration: none;
}
a:hover {
- color: #c0f;
- text-decoration: none;
+ color: #55bc90;
+ text-decoration: underline;
}
li {
- color: #174f14;
+ color: #99ccff;
}
img {
@@ -36,7 +46,7 @@ img {
pre {
display: block;
background-color: #111;
- color: #66cdaa;
+ color: #bbbfaf;
padding: 5px;
overflow-x: auto;
}
@@ -47,7 +57,7 @@ a.textlink:before {
}
p.quote {
- color: #174f14;
+ color: #ffffff;
}
p.quote:before {