From 6278a9a2da96088a0038b730f2e5337bc79bfc55 Mon Sep 17 00:00:00 2001 From: accrazed Date: Tue, 23 Feb 2021 15:37:22 -0500 Subject: [PATCH] fixed url name --- NieR-Dark-Source.theme.css | 2 +- NieR-Light-Source.theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NieR-Dark-Source.theme.css b/NieR-Dark-Source.theme.css index 67463ee..7f543df 100644 --- a/NieR-Dark-Source.theme.css +++ b/NieR-Dark-Source.theme.css @@ -22,7 +22,7 @@ */ @import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css"); /* Font */ -@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.theme.css"); /* Cursor */ +@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.css"); /* Cursor */ @import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css"); /* Main File */ @import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/DarkImport.theme.css"); /* Dark Part of Theme */ diff --git a/NieR-Light-Source.theme.css b/NieR-Light-Source.theme.css index 3854785..cc6c2b9 100644 --- a/NieR-Light-Source.theme.css +++ b/NieR-Light-Source.theme.css @@ -22,7 +22,7 @@ */ @import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css"); /* Font */ -@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.theme.css"); /* Cursor */ +@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Cursor.css"); /* Cursor */ @import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/NieR-Import.theme.css"); /* Main File */ @import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/LightImport.theme.css"); /* Light Part of Theme */