mirror of
https://github.com/Xevion/rdap.git
synced 2026-01-31 02:25:22 -06:00
Add primitive dark mode
This commit is contained in:
+7
-1
@@ -2,7 +2,13 @@
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
zinc: {
|
||||
850: "#1D1D20"
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user