Increase the visibility of 404 error message (#11108)

Changed the font-size and color of the h2 element of the 404 error page so that it can look more vibrant and stand out.
pull/11221/head jitsi-meet_7098
Aditya Gupta 3 years ago committed by GitHub
parent c731e2f8cb
commit 0b93569df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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;
}
}
}

Loading…
Cancel
Save