We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56bd2c commit 123697bCopy full SHA for 123697b
css/colors.css
@@ -228,6 +228,9 @@ td.active {
228
border-right: 1px solid #cccccc;
229
}
230
231
+.maintenance-page {
232
+ background-color: #e6e6e7;
233
+}
234
.maintenance-page .l-container {
235
border: 1px solid #cccccc;
236
background-color: #f8f8f8;
css/maintenance.css
@@ -4,5 +4,5 @@
4
max-width: 680px;
5
padding: 30px;
6
margin: 18vh auto;
7
- box-shadow: 0 0 24px #0002;
+ box-shadow: 0 0 30px #0003;
8
0 commit comments