mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-02 10:41:36 +00:00
Refactor sass for theming
This commit is contained in:
parent
710400c4f1
commit
23e2ffecbf
14 changed files with 226 additions and 128 deletions
|
|
@ -1,5 +1,8 @@
|
|||
meta(charset="utf-8")
|
||||
link(rel="stylesheet" type="text/css" href=getStaticURL("sass", "main.sass"))
|
||||
|
||||
- let theme = settings ? settings.theme : "classic"
|
||||
link(rel="stylesheet" type="text/css" href=getStaticURL("sass", `${theme}.sass`))
|
||||
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||
link(rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png")
|
||||
link(rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue