File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3434# container404 h2 {
3535 text-align : center;
3636 font-size : 30px ;
37- text-shadow : 2px 2px var (--text-shadow-color );
37+ text-shadow : 2px 2px var (--text-shadow-color );
38+ color : var (--color-1 );
3839}
3940
4041# container404 # stickersContainer404 {
4445 flex-wrap : wrap;
4546}
4647
47- .sticker404 { width : 150 px ; height : auto; }
48+ .sticker404 { width : 250 px ; height : auto; }
4849
4950# container404 # btnContainer404 {
5051 width : 35vw ;
7980*/
8081@media only screen and (max-width : 625px ) {
8182 # errorContainer h2 { font-size : 25px ; }
82- .sticker404 { width : 100 px ; }
83+ .sticker404 { width : 250 px ; }
8384}
Original file line number Diff line number Diff line change 2828 ***************
2929*/
3030: root {
31- --background-color-1 : aliceblue;
32- --background-color-2 : # ededed ;
31+ /*--background-color-1: aliceblue;
32+ --background-color-2: #ededed;*/
33+ --background-color-1 : # 041f36 ;
34+ --background-color-2 : # 0a394d ;
3335 --background-color-3 : # f8f8ff ; /* footer */
3436 --background-color-4 : # c6c6c6 ; /* mobile menu options on hover */
3537
36- --color-1 : # 707070 ;
38+ --color-1 : # f6f6ff ;
3739 --color-2 : ghostwhite;
3840 --color-3 : # c3c3c3 ;
3941
You can’t perform that action at this time.
0 commit comments