changed background to transparent

main
alex 2024-06-02 12:49:38 +02:00
parent b74a37ba64
commit 924a129fab
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
font-size: 15px;
letter-spacing: 1.2px;
font-family: "Assistant", sans-serif;
border: 1px solid #af9363;
border: 1px solid transparent;
}
.show-more-button:hover {

View File

@ -3,6 +3,6 @@ body {
font-family: "Assistant", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f9f4ee;
background-color: transparent;
/* background-color: rgba(0, 0, 0, 0); */
}