aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-30 05:53:26 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-30 05:53:26 +0200
commita48eb673155c322447579289e704f8ffc09ee7dd (patch)
tree782a3874d37b68d60bc9909fcf9e547bbab67908 /static/style.css
parentbbf8f10196507de67410712736152a67f61ef7c0 (diff)
downloadmitjafelicijan.com-a48eb673155c322447579289e704f8ffc09ee7dd.tar.gz
Fix on link styles
Diffstat (limited to 'static/style.css')
-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;