basic code switcher implementation. Needs love but worx

This commit is contained in:
Benedikt Rötsch
2017-10-05 14:59:39 +02:00
committed by Benedikt Rötsch
parent 3874abd8c6
commit 846ac77918
6 changed files with 189 additions and 28 deletions

View File

@@ -57,4 +57,10 @@
--cta-bg: var(--color-palette-blue);
--cta-bg-hover: var(--color-palette-blue-medium);
--cta-radius: 3px;
--code-bg: var(--color-bg-grey);
--code-trigger-bg: color(var(--color-bg-grey) shade(20%));
--code-trigger-bg-active: var(--code-bg);
--code-trigger-color: #fff;
--code-trigger-color-active: var(--color-text-dark-bg-grey);
}