diff --git a/src/App.css b/src/App.css index 45a31dd..48023ee 100644 --- a/src/App.css +++ b/src/App.css @@ -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 { diff --git a/src/index.css b/src/index.css index c2d96d9..401b719 100644 --- a/src/index.css +++ b/src/index.css @@ -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); */ }