diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-28 19:43:26 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-28 19:43:26 +0000 |
commit | b5e6abb1867e5f10b34de5b061849e4513b5fec3 (patch) | |
tree | 7adfcb65276ae421a5fea7a4e75358731b957ce9 /static | |
parent | 7b977821d7e4b2b2f1e598600a0b3222eec78ad3 (diff) | |
download | eda.gay-b5e6abb1867e5f10b34de5b061849e4513b5fec3.tar.gz eda.gay-b5e6abb1867e5f10b34de5b061849e4513b5fec3.zip |
added linking to headers of blog posts
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 5ed09d1..8fcfa6f 100644 --- a/static/style.css +++ b/static/style.css @@ -112,6 +112,10 @@ aside { font-size: xx-small; } +.header_linker { + font-size: x-small; +} + blockquote span { color: #789922; } @@ -143,7 +147,7 @@ form #url_input { body div div { padding-left: 10px; - /* padding-right: 10px; */ + padding-right: 10px; } footer { |