aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 3767512..a88a2d2 100644
--- a/static/style.css
+++ b/static/style.css
@@ -16,7 +16,7 @@ a {
16 font-style: italic; 16 font-style: italic;
17 text-decoration: underline; 17 text-decoration: underline;
18 text-decoration-style: dotted; 18 text-decoration-style: dotted;
19 text-decoration-color: #ccc; 19 text-decoration-color: #bbb;
20} 20}
21 21
22main { 22main {
@@ -42,6 +42,10 @@ p {
42 line-height: 1.5; 42 line-height: 1.5;
43} 43}
44 44
45p a {
46 text-decoration-color: #333;
47}
48
45blockquote { 49blockquote {
46 position: relative; 50 position: relative;
47 margin-block-start: 30px; 51 margin-block-start: 30px;