Browse Source

update gitignore and add css

master
Charles Reid 7 years ago
parent
commit
9b24327297
  1. 1
      .gitignore
  2. 11
      docs/css/custom.css

1
.gitignore vendored

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
site/
letsencrypt/
letsencrypt_certs/
nginx.conf.default

11
docs/css/custom.css

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
.md-typeset h1 { font-weight: 600; }
.md-typeset h2 { font-weight: 600; }
.md-typeset h3 { font-weight: 600; }
.md-typeset h4 { font-weight: 600; }
body {
background-color: #FAFAFA;
}
div.body {
background-color: #FAFAFA;
}
Loading…
Cancel
Save