Add stroke outline to footer on public pages

This commit is contained in:
Buster "Silver Eagle" Neece 2018-04-18 00:12:06 -05:00
parent 7ac98a56c5
commit 6c8f51d83e
6 changed files with 22 additions and 14 deletions

View File

@ -1,5 +1,5 @@
{
"dist/app.min.js": "dist/app-00181489b8.min.js",
"dist/dark.css": "dist/dark-1dae3b86c5.css",
"dist/light.css": "dist/light-6a8e48db41.css"
"dist/dark.css": "dist/dark-d2b7d6a1b1.css",
"dist/light.css": "dist/light-cd6466d1ac.css"
}

File diff suppressed because one or more lines are too long

6
web/static/dist/dark-d2b7d6a1b1.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
web/static/dist/light-cd6466d1ac.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,14 @@
min-height: inherit;
background: @body-bg url('../img/hexbg.png') center center;
background-size: cover;
footer {
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
}
.four-zero {