Merge pull request #516 from LainLayer/tweet_background

fix tweet background in embeds
This commit is contained in:
Zed 2022-01-14 20:12:10 +01:00 committed by GitHub
commit d06e485b46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: