From a8a3529af70b0b7905b4acd9a619ce56f6e54815 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 1 Jun 2020 11:58:54 +0200 Subject: [PATCH] fixed pride flag background bleh --- style/pride.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/pride.css b/style/pride.css index 4554777..729bddc 100644 --- a/style/pride.css +++ b/style/pride.css @@ -1,5 +1,5 @@ .jumbotron { - background-image: url("res/pride.png"); + background-image: url("../res/pride.png"); background-size: auto 100%; color: black; } \ No newline at end of file