Skip to content

Commit 1d7ddfd

Browse files
authored
📦 Updates
1 parent 26e5198 commit 1d7ddfd

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

‎assets/css/styles/404.css‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
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 {
@@ -44,7 +45,7 @@
4445
flex-wrap: wrap;
4546
}
4647

47-
.sticker404 { width: 150px; height: auto; }
48+
.sticker404 { width: 250px; height: auto; }
4849

4950
#container404 #btnContainer404 {
5051
width: 35vw;
@@ -79,5 +80,5 @@
7980
*/
8081
@media only screen and (max-width: 625px) {
8182
#errorContainer h2 { font-size: 25px; }
82-
.sticker404 { width: 100px; }
83+
.sticker404 { width: 250px; }
8384
}

‎assets/css/styles/global.css‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@
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

0 commit comments

Comments
 (0)