diff --git a/page_template.html b/page_template.html index 8ed8c5e..67000dd 100644 --- a/page_template.html +++ b/page_template.html @@ -36,7 +36,7 @@ line-height:1.2; border-bottom: 1px solid; } - blockquote,.signature{ + blockquote,.signature, pre{ font-style: italic; margin: 2em 1em; background: var(--bg-alt); @@ -44,11 +44,6 @@ } pre { overflow: auto; - padding: 5px; - background-color: var(--bg-alt); - border-style: dashed; - border-width: 5px; - border-color: var(--bg); } .signature{ text-align: center; diff --git a/static/img/button.png b/static/img/button.png index 9f5e043..76dc98d 100644 Binary files a/static/img/button.png and b/static/img/button.png differ diff --git a/static/img/favicon.png b/static/img/favicon.png index 8786557..55402f5 100644 Binary files a/static/img/favicon.png and b/static/img/favicon.png differ