Skip to content

Commit abae415

Browse files
Update style.css
1 parent a195ee8 commit abae415

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

static/style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,3 +485,26 @@ select optgroup {
485485
border-color: #c3e6cb;
486486
}
487487

488+
/* Error Pages */
489+
.error-page {
490+
text-align: center;
491+
padding: 4rem 2rem;
492+
}
493+
494+
.error-page h1 {
495+
font-size: 6rem;
496+
color: #dc3545;
497+
margin-bottom: 1rem;
498+
}
499+
500+
.error-page h2 {
501+
font-size: 2rem;
502+
color: #495057;
503+
margin-bottom: 1rem;
504+
}
505+
506+
.error-page p {
507+
color: #6c757d;
508+
margin-bottom: 2rem;
509+
}
510+

0 commit comments

Comments
 (0)