From 924a129fabfb42b1b5eb1e8c6aec19d115e3b195 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Jun 2024 12:49:38 +0200 Subject: [PATCH] changed background to transparent --- src/App.css | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); */ }