From 13d30238de2ef6dc214c436b3940438c61832220 Mon Sep 17 00:00:00 2001 From: LuckFire <39076891+LuckFire@users.noreply.github.com> Date: Wed, 25 Nov 2020 18:46:05 -0500 Subject: [PATCH] oops - ty TaiAurori --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5743da..6d43da0 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ git clone https://github.com/LuckFire/BottomBar For quick installation (not recommended), go to **Settings -> Themes -> Quick CSS** and copy-paste the following code: ```css -@import url("https://raw.githack.com/LuckFire/BottomBar/master/bottombar.theme.css") +@import url("https://raw.githack.com/LuckFire/BottomBar/master/bottombar.theme.css"); :root { - --bar-color: var(--background-tertiary) !important /* Changes the bar color. */ + --bar-color: var(--background-tertiary) !important; /* Changes the bar color. */ } ```