diff --git a/css/404.scss b/css/404.scss index fb430e4f8..87f0036df 100644 --- a/css/404.scss +++ b/css/404.scss @@ -4,11 +4,12 @@ text-align: center; h2 { - font-size: 36px; + font-size: 48px; + color : #f2f2f2; } &__message { font-size: 24px; margin-top: 20px; } -} \ No newline at end of file +}