From 1a6acfac853f59958e4e05c27a16748939979cc7 Mon Sep 17 00:00:00 2001 From: owen Date: Wed, 3 Feb 2021 20:18:21 -0500 Subject: [PATCH] put logo on the navbar --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 0c4417f..e2030f4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -17,7 +17,7 @@ } body { - background: #111115; //url(vibemc_logo.png); + background: #111115, url(va_transparent.png); font-family: 'Roboto', sans-serif; color: white; background-repeat:no-repeat;