Pārlūkot izejas kodu

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.
factor2
Aditya Gupta 3 gadus atpakaļ
vecāks
revīzija
0b93569df2
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3
    2
      css/404.scss

+ 3
- 2
css/404.scss Parādīt failu

4
     text-align: center;
4
     text-align: center;
5
 
5
 
6
     h2 {
6
     h2 {
7
-        font-size: 36px;
7
+        font-size: 48px;
8
+        color : #f2f2f2;
8
     }
9
     }
9
 
10
 
10
     &__message {
11
     &__message {
11
         font-size: 24px;
12
         font-size: 24px;
12
         margin-top: 20px;
13
         margin-top: 20px;
13
     }
14
     }
14
-}
15
+}

Notiek ielāde…
Atcelt
Saglabāt