changed background to transparent
parent
b74a37ba64
commit
924a129fab
|
@ -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 {
|
||||
|
|
|
@ -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); */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue