Browse Source

different "dark" theme (bootswatch "slate")

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
5ff151777c
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 9626
      public/css/bootstrap-dark.css
  2. 2
      views/layout.pug

9626
public/css/bootstrap-dark.css

File diff suppressed because one or more lines are too long

2
views/layout.pug

@ -6,7 +6,7 @@ html(lang="en")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, shrink-to-fit=no")
if (session.uiTheme && session.uiTheme == "dark")
link(rel="stylesheet", href="/css/bootstrap-dark.css")
link(rel="stylesheet", href="/css/bootstrap-dark.css", integrity="sha384-FBPbZPVh+7ks5JJ70RJmIaqyGnvMbeJ5JQfEbW0Ac6ErfvEg9yG56JQJuMNptWsH")
style.
hr { background-color: #555555; }

Loading…
Cancel
Save