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 +}