summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 21:26:38 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 21:26:38 +0000
commit7e59dc90dd0dfe83c0df7c8b51ae52afde87280f (patch)
tree57926ea57dc6f90aa15ff9f04b6b7473502bd17c /style.css
parenta39045ed00a6a3db44cdcec89f287e84b12278fa (diff)
new style
Diffstat (limited to 'style.css')
-rw-r--r--style.css45
1 files changed, 38 insertions, 7 deletions
diff --git a/style.css b/style.css
index e885ba1..8a5dc32 100644
--- a/style.css
+++ b/style.css
@@ -3,17 +3,36 @@ body {
padding-left: 10px;
padding-right: 10px;
max-width: 900px;
- font-family: "courier new";
background-color: #37585E;
- color: #bbbfbf;
+ color: #bbbfaf;
+ font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
+ font-style: normal;
+ font-variant: normal;
}
-h1,h2,h3 {
- color: #55bc90;
+h1 {
+ color: #ffffef;
+ font-size: 24px;
+ font-weight: 700;
+ line-height: 26.4px;
+}
+
+h2 {
+ color: #ffffef;
+ font-size: 20px;
+ font-weight: 700;
+ line-height: 19.0px;
+}
+
+h3 {
+ color: #ffffef;
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 15.4px;
}
a {
- color: cyan;
+ color: #99ccff;
text-decoration: none;
}
@@ -23,7 +42,7 @@ a:hover {
}
li {
- color: cyan;
+ color: #99ccff;
}
img {
@@ -36,9 +55,12 @@ img {
pre {
display: block;
background-color: #111;
- color: #66cdaa;
+ color: #bbbfaf;
padding: 5px;
overflow-x: auto;
+ font-size: 13px;
+ font-weight: 400;
+ line-height: 18.5667px;
}
a.textlink:before {
@@ -46,8 +68,17 @@ a.textlink:before {
padding-left: 2px;
}
+p {
+ font-size: 14px;
+ font-weight: 400;
+ line-height: 20px;
+}
+
p.quote {
color: #ffffff;
+ font-size: 21px;
+ font-weight: 400;
+ line-height: 30px;
}
p.quote:before {