diff --git a/app/app.ejs b/app/app.ejs index fbf9ea9..16ce7e4 100644 --- a/app/app.ejs +++ b/app/app.ejs @@ -14,6 +14,9 @@ height: calc(100% - 22px); background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); } + #main[overlay] { + filter: blur(3px) contrast(0.9) brightness(1.0); + } @@ -23,5 +26,6 @@ <% include login.ejs %> <% include landing.ejs %> + <% include overlay.ejs %> \ No newline at end of file diff --git a/app/overlay.ejs b/app/overlay.ejs new file mode 100644 index 0000000..89b2fd0 --- /dev/null +++ b/app/overlay.ejs @@ -0,0 +1,70 @@ + + \ No newline at end of file