Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
margin: 0;
|
10 |
padding: 10px;
|
11 |
overflow: hidden;
|
12 |
-
background-color: #
|
13 |
}
|
14 |
|
15 |
.top-bar,
|
@@ -17,7 +17,7 @@
|
|
17 |
position: fixed;
|
18 |
width: 100%;
|
19 |
height: 160px;
|
20 |
-
background-color: #
|
21 |
color: rgb(0, 0, 0);
|
22 |
text-align: center;
|
23 |
line-height: 240px;
|
|
|
9 |
margin: 0;
|
10 |
padding: 10px;
|
11 |
overflow: hidden;
|
12 |
+
background-color: #000000;
|
13 |
}
|
14 |
|
15 |
.top-bar,
|
|
|
17 |
position: fixed;
|
18 |
width: 100%;
|
19 |
height: 160px;
|
20 |
+
background-color: #000000;
|
21 |
color: rgb(0, 0, 0);
|
22 |
text-align: center;
|
23 |
line-height: 240px;
|