oops - ty TaiAurori

This commit is contained in:
LuckFire 2020-11-25 18:46:05 -05:00 committed by GitHub
parent 9ebe887da5
commit 13d30238de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. */
}
```