removed an opacity

This commit is contained in:
Matteo Manzinello
2020-07-02 17:26:18 +02:00
parent f6006abd41
commit 444031b617
7 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ $default-border-radius: 20px;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(217, 217, 217, 0.75);
background-color: rgb(217, 217, 217);
opacity: 0.8;
}