mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
Set one more part of the banner to have a black background
This commit is contained in:
parent
05b5d0bb3e
commit
429f5dcf43
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def display_banner(global_common):
|
||||||
+ Style.DIM
|
+ Style.DIM
|
||||||
+ "│"
|
+ "│"
|
||||||
)
|
)
|
||||||
print(Fore.YELLOW + Style.DIM + "╰──────────────────────────╯")
|
print(Back.BLACK + Fore.YELLOW + Style.DIM + "╰──────────────────────────╯")
|
||||||
|
|
||||||
|
|
||||||
def exec_container(global_common, args):
|
def exec_container(global_common, args):
|
||||||
|
|
Loading…
Reference in a new issue