added tweet background and bumped css

This commit is contained in:
Mitarashi 2022-01-14 21:07:02 +02:00
parent eff098003f
commit 6ebfafde80
2 changed files with 2 additions and 1 deletions

View file

@ -117,6 +117,7 @@
flex-direction: column;
justify-content: center;
height: 100%;
background-color: var(--bg_panel);
.tweet-content {
font-size: 18px

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=12")
link(rel="stylesheet", type="text/css", href="/css/style.css?v=13")
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=2")
if theme.len > 0: