Explorar el Código
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.
master
Aditya Gupta
hace 3 años
No account linked to committer's email address
Se han
modificado 1 ficheros con
3 adiciones y
2 borrados
-
css/404.scss
|
@@ -4,11 +4,12 @@
|
4
|
4
|
text-align: center;
|
5
|
5
|
|
6
|
6
|
h2 {
|
7
|
|
- font-size: 36px;
|
|
7
|
+ font-size: 48px;
|
|
8
|
+ color : #f2f2f2;
|
8
|
9
|
}
|
9
|
10
|
|
10
|
11
|
&__message {
|
11
|
12
|
font-size: 24px;
|
12
|
13
|
margin-top: 20px;
|
13
|
14
|
}
|
14
|
|
-}
|
|
15
|
+}
|