Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -109,7 +109,7 @@
|
|
109 |
flex-direction: column;
|
110 |
width: 100%;
|
111 |
max-width: 800px;
|
112 |
-
background-color: rgba(17, 34, 64, 0.
|
113 |
border-radius: 10px;
|
114 |
padding: 20px;
|
115 |
box-shadow: 0 0 20px rgba(100, 255, 218, 0.2);
|
@@ -322,7 +322,7 @@
|
|
322 |
}
|
323 |
|
324 |
.settings {
|
325 |
-
background-color:
|
326 |
padding: 15px;
|
327 |
border-radius: 5px;
|
328 |
margin-bottom: 20px;
|
|
|
109 |
flex-direction: column;
|
110 |
width: 100%;
|
111 |
max-width: 800px;
|
112 |
+
background-color: rgba(17, 34, 64, 0.8);
|
113 |
border-radius: 10px;
|
114 |
padding: 20px;
|
115 |
box-shadow: 0 0 20px rgba(100, 255, 218, 0.2);
|
|
|
322 |
}
|
323 |
|
324 |
.settings {
|
325 |
+
background-color: rbga(30, 42, 71, 5);
|
326 |
padding: 15px;
|
327 |
border-radius: 5px;
|
328 |
margin-bottom: 20px;
|