Make title cyan and bold on each page

This commit is contained in:
HikariKnight 2023-11-04 22:01:44 +01:00
parent 82fec3ab58
commit 26dddc43f0
5 changed files with 15 additions and 5 deletions

View file

@ -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(