ClearVision / ClearVision-v6

Highly customizable theme for BetterDiscord.
https://clearvision.github.io/
Apache License 2.0
385 stars 1.89k forks source link

Custom CSS doesn't work #41

Closed kry0sc0pic closed 3 years ago

kry0sc0pic commented 3 years ago

Describe the bug So basically , I made a copy of your default main.css and edited the css file to import that so I can change the default main.css. But it doesnt seem to apply the theme when I use my copy even if it is an exact copy of your default css. IT only works when importing the one from gitlab

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Settings > Themes > ClearVision'
  2. Click on 'Edit'
  3. Scroll down to 'Line 14'
  4. Change URL to new CSS

Screenshots image

Desktop (please complete the following information):

Additional context

kry0sc0pic commented 3 years ago

Also a workaround for this is manually copying each style from the main.css to the theme css in the themes folder and making required edits

Leozard commented 3 years ago

you need to enable github pages and use that link from there to be able to import files. plus u can just make any additional customisations by putting the code inside your theme file

kry0sc0pic commented 3 years ago

Ah I see. Thank You