ChandimaPrabath
commited on
Commit
•
fcb32f7
1
Parent(s):
187f490
patch #3
Browse files
frontend/public/404_bg2.jpg
ADDED
frontend/public/404_bg3.jpg
ADDED
frontend/src/app/globals.css
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
:root {
|
8 |
--bg-primary: #11121f;
|
9 |
--bg-secondary: #0c0c16;
|
10 |
-
--primary-special-color:#
|
11 |
}
|
12 |
|
13 |
body {
|
|
|
7 |
:root {
|
8 |
--bg-primary: #11121f;
|
9 |
--bg-secondary: #0c0c16;
|
10 |
+
--primary-special-color:#4343ff;
|
11 |
}
|
12 |
|
13 |
body {
|
frontend/src/app/not-found.js
CHANGED
@@ -36,17 +36,19 @@ const styles = {
|
|
36 |
left: 0,
|
37 |
right: 0,
|
38 |
bottom: 0,
|
39 |
-
background: 'url("/
|
40 |
filter: "blur(5px)",
|
41 |
zIndex: -1, // Sends the overlay behind the text
|
42 |
},
|
43 |
title: {
|
|
|
44 |
fontSize: "3rem",
|
45 |
fontWeight: "bold",
|
46 |
textShadow: "2px 2px 4px rgba(0, 0, 0, 0.7)",
|
47 |
},
|
48 |
message: {
|
49 |
fontSize: "1.5rem",
|
|
|
50 |
margin: "20px 0",
|
51 |
textShadow: "1px 1px 3px rgba(0, 0, 0, 0.7)",
|
52 |
},
|
@@ -60,5 +62,6 @@ const styles = {
|
|
60 |
border: "2px solid var(--primary-special-color)",
|
61 |
transition: "background-color 0.3s ease",
|
62 |
boxShadow: "0 4px 8px rgba(0, 0, 0, 0.5)",
|
|
|
63 |
},
|
64 |
};
|
|
|
36 |
left: 0,
|
37 |
right: 0,
|
38 |
bottom: 0,
|
39 |
+
background: 'url("/404_bg2.jpg") no-repeat center center/cover',
|
40 |
filter: "blur(5px)",
|
41 |
zIndex: -1, // Sends the overlay behind the text
|
42 |
},
|
43 |
title: {
|
44 |
+
color:'var(--primary-special-color)',
|
45 |
fontSize: "3rem",
|
46 |
fontWeight: "bold",
|
47 |
textShadow: "2px 2px 4px rgba(0, 0, 0, 0.7)",
|
48 |
},
|
49 |
message: {
|
50 |
fontSize: "1.5rem",
|
51 |
+
fontWeight: "200",
|
52 |
margin: "20px 0",
|
53 |
textShadow: "1px 1px 3px rgba(0, 0, 0, 0.7)",
|
54 |
},
|
|
|
62 |
border: "2px solid var(--primary-special-color)",
|
63 |
transition: "background-color 0.3s ease",
|
64 |
boxShadow: "0 4px 8px rgba(0, 0, 0, 0.5)",
|
65 |
+
fontWeight: "400",
|
66 |
},
|
67 |
};
|
frontend/src/components/Header.css
CHANGED
@@ -30,7 +30,8 @@
|
|
30 |
|
31 |
.header-title {
|
32 |
font-size: x-large;
|
33 |
-
padding: 0;
|
|
|
34 |
}
|
35 |
|
36 |
.search-button{
|
|
|
30 |
|
31 |
.header-title {
|
32 |
font-size: x-large;
|
33 |
+
padding: 0;
|
34 |
+
font-weight: 800;
|
35 |
}
|
36 |
|
37 |
.search-button{
|
frontend/src/components/Sidebar.css
CHANGED
@@ -59,6 +59,7 @@
|
|
59 |
margin-left: 16px;
|
60 |
margin-bottom: 0;
|
61 |
white-space: nowrap;
|
|
|
62 |
}
|
63 |
|
64 |
.sidebar-menu {
|
|
|
59 |
margin-left: 16px;
|
60 |
margin-bottom: 0;
|
61 |
white-space: nowrap;
|
62 |
+
font-weight: 800;
|
63 |
}
|
64 |
|
65 |
.sidebar-menu {
|