summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Home/Home.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-17 17:13:51 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-17 18:03:52 +0100
commit68138f0dcd8b3db2c23b31a20508726f245b5ba5 (patch)
tree0d6a31cfd0adcba4d4cb08666bc262bed6cb89ea /src/components/Icons/Home/Home.module.scss
parent86d3e30ef02585d5089dce3aa2757ca2cb4e4edf (diff)
feat: implement dark mode
Diffstat (limited to 'src/components/Icons/Home/Home.module.scss')
-rw-r--r--src/components/Icons/Home/Home.module.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/Icons/Home/Home.module.scss b/src/components/Icons/Home/Home.module.scss
index 6eb88c4..f2e7f9e 100644
--- a/src/components/Icons/Home/Home.module.scss
+++ b/src/components/Icons/Home/Home.module.scss
@@ -8,35 +8,35 @@
.wall {
fill: var(--color-bg);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 4;
}
.indoor {
fill: var(--color-shadow-dark);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 4;
}
.door {
fill: var(--color-primary-lighter);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 4;
}
.roof {
fill: var(--color-primary-lighter);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 4;
}
.chimney {
fill: var(--color-bg);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 4;
}
.lines {
- fill: var(--color-border-dark);
+ fill: var(--color-primary-darker);
stroke-width: 4;
}