Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
GhostlyDilemma edited this page Dec 5, 2018 · 2 revisions
  1. Import the base module into your userChrome.css file with
@import url("https://raw.githack.com/Customa/Customa-Firefox/master/Base/base.m.css");
  1. Important any other modules you want
@import url("https://raw.githack.com/Customa/Customa-Firefox/master/OtherA/module1.m.css");
@import url("https://raw.githack.com/Customa/Customa-Firefox/master/OtherB/module2.m.css");
@import url("https://raw.githack.com/Customa/Customa-Firefox/master/OtherC/module3.m.css");
  1. Configure by changing any variables
:root {
    --background: #161616;
    --foreground: #212121;
    --accent: #fa0046;
}
  1. Open/Restart Firefox

Home
└─── Usage

Clone this wiki locally