Set one more part of the banner to have a black background

This commit is contained in:
Micah Lee 2021-06-09 17:36:09 -07:00
parent 05b5d0bb3e
commit 429f5dcf43
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -182,7 +182,7 @@ def display_banner(global_common):
+ Style.DIM
+ ""
)
print(Fore.YELLOW + Style.DIM + "╰──────────────────────────╯")
print(Back.BLACK + Fore.YELLOW + Style.DIM + "╰──────────────────────────╯")
def exec_container(global_common, args):