• Stop using Scripts in a Separate Project and instead place the CSS in this project.
    • general_css: A safe CSS that seems to be beneficial to introduce throughout the project.
    • personal_css: A CSS with some unique characteristics that I want to use personally.
  • When referring to it in another project, use the link from /blu3mo-public. Import .css
@import "https://scrapbox.io/api/code/blu3mo-public/general_css/style.css";
@import "https://scrapbox.io/api/code/blu3mo-public/personal_css/style.css";