Making error overlay more generic, WIP
This commit is contained in:
@@ -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);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -23,5 +26,6 @@
|
||||
<% include login.ejs %>
|
||||
<% include landing.ejs %>
|
||||
</div>
|
||||
<% include overlay.ejs %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user