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 a195ee8 commit abae415Copy full SHA for abae415
static/style.css
@@ -485,3 +485,26 @@ select optgroup {
485
border-color: #c3e6cb;
486
}
487
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
504
505
506
+.error-page p {
507
+ color: #6c757d;
508
+ margin-bottom: 2rem;
509
510
0 commit comments