diff options
Diffstat (limited to 'static/style.css')
-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 { |