From 07e917329ae99b6b67e0450e7c3c39261ddb9c46 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 1 Jan 2022 19:02:23 +0100 Subject: [PATCH] Update style.css --- ND_Core/source/ui/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ND_Core/source/ui/style.css b/ND_Core/source/ui/style.css index c4efb1b..844fcef 100644 --- a/ND_Core/source/ui/style.css +++ b/ND_Core/source/ui/style.css @@ -156,7 +156,7 @@ body { #characterCreatorTopTextLine { background: rgb(255, 255, 255); - background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(0,0,0,1) 100%); + background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(0,0,0,0) 100%); height: 0.1vh; width: 95%; border: none; @@ -278,4 +278,4 @@ body { #bank { top: 9vh; right: 1.5vw; -} \ No newline at end of file +}