Manual changes saved
Browse files- components/footer.js +1 -1
components/footer.js
CHANGED
|
@@ -52,7 +52,7 @@ class CustomFooter extends HTMLElement {
|
|
| 52 |
width: 36px;
|
| 53 |
height: 36px;
|
| 54 |
border-radius: 50%;
|
| 55 |
-
background: rgba(255, 255, 255, 0.
|
| 56 |
display: flex;
|
| 57 |
align-items: center;
|
| 58 |
justify-content: center;
|
|
|
|
| 52 |
width: 36px;
|
| 53 |
height: 36px;
|
| 54 |
border-radius: 50%;
|
| 55 |
+
background: rgba(255, 255, 255, 0.4);
|
| 56 |
display: flex;
|
| 57 |
align-items: center;
|
| 58 |
justify-content: center;
|