mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
parent
05b6dd2a43
commit
cbce620692
2 changed files with 5 additions and 1 deletions
|
|
@ -62,6 +62,10 @@ body {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
dynamic-range-limit: standard;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,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=24")
|
||||
link(rel="stylesheet", type="text/css", href="/css/style.css?v=25")
|
||||
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=4")
|
||||
|
||||
if theme.len > 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue