Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -4,8 +4,11 @@ body {
|
|
4 |
padding: 0;
|
5 |
box-sizing: border-box;
|
6 |
overflow-x: hidden; /* Prevent horizontal scroll */
|
|
|
|
|
7 |
}
|
8 |
|
|
|
9 |
.navbar {
|
10 |
position: fixed;
|
11 |
top: 0;
|
|
|
4 |
padding: 0;
|
5 |
box-sizing: border-box;
|
6 |
overflow-x: hidden; /* Prevent horizontal scroll */
|
7 |
+
background-color: #004d00; /* Hijau tua */
|
8 |
+
|
9 |
}
|
10 |
|
11 |
+
|
12 |
.navbar {
|
13 |
position: fixed;
|
14 |
top: 0;
|