From ff50df6a30b7228bb63d1b8a7f94dc29610021ec Mon Sep 17 00:00:00 2001 From: Brice Vandeputte Date: Sun, 8 Dec 2024 16:00:39 +0100 Subject: [PATCH] Issue #63 - remove versions style --- .../HomepageVersions/styles.module.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/components/HomepageVersions/styles.module.css b/src/components/HomepageVersions/styles.module.css index ff11b0a..1c7d910 100644 --- a/src/components/HomepageVersions/styles.module.css +++ b/src/components/HomepageVersions/styles.module.css @@ -7,18 +7,12 @@ .botVersion { - margin: 5px; padding: 15px; - border: 0px solid green; - font-size: 1.0rem; - margin:20px; - padding:10px; - background-color: rgba(231, 243, 243, 0.79); - box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; - min-width: 400px; + font-size: 1.2rem; } .botVersion a { - padding: 5px; - color: darkslateblue !important; - border: 0px solid red; + padding: 15px; +} +.botVersion a:hover { + text-decoration: none; } \ No newline at end of file