diff options
| author | jules <jules@carbonpictures.com> | 2017-06-04 17:07:25 +0000 |
|---|---|---|
| committer | jules <jules@carbonpictures.com> | 2017-06-04 17:07:25 +0000 |
| commit | 781a15e3a904cc73956f626794c57c5e99014392 (patch) | |
| tree | 8ff1836f7b0a9e60f8aff08b465218ed5f74684d /client/web/templates/index.ejs | |
| parent | 0381d4cfd11c17aa5da9ba8d95ea7692dfbb03ec (diff) | |
| parent | 986b83ef5519ebb989ee4745d7a9715057dff972 (diff) | |
Merge branch 'master' of ghghgh.us:armory-fmf-cms
Diffstat (limited to 'client/web/templates/index.ejs')
| -rw-r--r-- | client/web/templates/index.ejs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs index b83d93b..bf8ba57 100644 --- a/client/web/templates/index.ejs +++ b/client/web/templates/index.ejs @@ -10,8 +10,11 @@ a { width: 100%; color: transparent; } -body,html{ +body,html { overflow: hidden; + font-family: sans-serif; + color: white; + background: black; } .modal { transition: all 400ms; |
