From: xangelo Date: Fri, 16 Jun 2023 14:11:38 +0000 (-0400) Subject: make it a bit easiser to read text X-Git-Tag: v0.0.1~36 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=b8b508f4614a0dacb5525a3ff0a1aa27176f3219;p=risinglegends.git make it a bit easiser to read text --- diff --git a/public/assets/css/game.css b/public/assets/css/game.css index 45f9464..6b12ef8 100644 --- a/public/assets/css/game.css +++ b/public/assets/css/game.css @@ -226,8 +226,10 @@ nav a.active { #map { width: 75%; - margin: 1rem auto 2rem; + margin: 2rem auto 1rem; + padding: 1rem 2rem 2rem; line-height: 1.3rem; + background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.5) 30%); } .city-details { display: flex;