summaryrefslogtreecommitdiffstats
path: root/src/components/Branding/Logo/Logo.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-27 15:58:14 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-27 16:13:18 +0100
commitde11222e4cecfdfd4d45f3ec1220ebc1bcb9c8c1 (patch)
tree630b5d3f33969873c48890f149e7f1f66435a7ed /src/components/Branding/Logo/Logo.module.scss
parentd5d8a461f0ee8abdd5f19a6f5a7a288b1f025724 (diff)
chore: update logo
Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme.
Diffstat (limited to 'src/components/Branding/Logo/Logo.module.scss')
-rw-r--r--src/components/Branding/Logo/Logo.module.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/components/Branding/Logo/Logo.module.scss b/src/components/Branding/Logo/Logo.module.scss
new file mode 100644
index 0000000..3d62bf9
--- /dev/null
+++ b/src/components/Branding/Logo/Logo.module.scss
@@ -0,0 +1,23 @@
+.wrapper {
+ position: relative;
+}
+
+.bg-left {
+ fill: var(--color-primary-light);
+}
+
+.bg-right {
+ fill: var(--color-primary-dark);
+}
+
+.letter {
+ fill: var(--color-fg-inverted);
+ stroke: var(--color-primary-darker);
+ stroke-width: 5;
+}
+
+.letter-shadow {
+ fill: var(--color-shadow-darker);
+ stroke: var(--color-shadow-darker);
+ stroke-width: 5;
+}