Make title cyan and bold on each page
This commit is contained in:
parent
82fec3ab58
commit
26dddc43f0
5 changed files with 15 additions and 5 deletions
|
@ -16,7 +16,8 @@ func Welcome() {
|
|||
command.Clear()
|
||||
|
||||
// Write title
|
||||
color.Bold.Println("Welcome to Quickpassthrough!")
|
||||
title := color.New(color.Cyan, color.Bold)
|
||||
title.Println("Welcome to Quickpassthrough!")
|
||||
|
||||
// Write welcome message
|
||||
color.Print(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue