minor css change and version bump

This commit is contained in:
Mitarashi 2022-01-14 19:49:36 +02:00
parent 817501a516
commit 784d0d42ac
2 changed files with 3 additions and 1 deletions

View file

@ -117,6 +117,8 @@
flex-direction: column;
justify-content: center;
height: 100%;
.tweet-content { font-size: 18px }
.tweet-body {
display: flex;

View file

@ -52,7 +52,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; req: Request; titleText=""; desc="";
let opensearchUrl = getUrlPrefix(cfg) & "/opensearch"
buildHtml(head):
link(rel="stylesheet", type="text/css", href="/css/style.css?v=11")
link(rel="stylesheet", type="text/css", href="/css/style.css?v=12")
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=2")
if theme.len > 0: