Skip to content

Commit 123697b

Browse files
committed
Better maintenance style
1 parent a56bd2c commit 123697b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/colors.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ td.active {
228228
border-right: 1px solid #cccccc;
229229
}
230230
}
231+
.maintenance-page {
232+
background-color: #e6e6e7;
233+
}
231234
.maintenance-page .l-container {
232235
border: 1px solid #cccccc;
233236
background-color: #f8f8f8;

css/maintenance.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
max-width: 680px;
55
padding: 30px;
66
margin: 18vh auto;
7-
box-shadow: 0 0 24px #0002;
7+
box-shadow: 0 0 30px #0003;
88
}

0 commit comments

Comments
 (0)