Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusInsta committed Aug 4, 2022
1 parent a688b27 commit ad4e5c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiscordPlus.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* @donate https://ko-fi.com/plusinsta
* @website https://plusinsta.xyz/discord-plus
* @source https://github.com/PlusInsta/discord-plus
* @updateUrl https://plusinsta.xyz/discord-plus/src/DiscordPlus.theme.css
* @updateUrl https://plusinsta.xyz/discord-plus/DiscordPlus.theme.css
* @invite 2Jwh2nS
*/
@import url(https://plusinsta.xyz/discord-plus/DiscordPlus-source.theme.css);
@import url(https://plusinsta.xyz/discord-plus/src/DiscordPlus-source.theme.css);

/* I've commented most of these values so you can change them yourself. If you're having trouble, or you want to do more than what these values allow for, a volunteer might be able to help you in my server. */

Expand Down
4 changes: 2 additions & 2 deletions src/DiscordPlus-source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* @updateUrl https://plusinsta.xyz/discord-plus/src/DiscordPlus-source.theme.css
* @invite 2Jwh2nS
*/
@import url('https://plusinsta.xyz/discord-plus/assets/DiscordPlus-plugins.theme.css');
@import url('https://plusinsta.xyz/discord-plus/assets/DiscordPlus-extras.theme.css');
@import url('https://plusinsta.xyz/discord-plus/src/DiscordPlus-plugins.theme.css');
@import url('https://plusinsta.xyz/discord-plus/src/DiscordPlus-extras.theme.css');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;700&family=Black+Han+Sans&family=Commissioner:wght@400;700&family=Gothic+A1:wght@400;700&family=Kosugi&family=Lalezar&family=Mitr:wght@400;700&family=PT+Sans+Caption:wght@400;700&family=Palanquin+Dark:wght@400;700&family=Poppins:wght@400;700&family=Raleway:wght@400;700&family=Righteous&family=Roboto:wght@400;700&family=RocknRoll+One&family=Russo+One&display=swap');

.theme-dark {
Expand Down

0 comments on commit ad4e5c8

Please sign in to comment.