aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Branding/Logo/Logo.module.scss
blob: 3d62bf96e1a21d5d894b9efb67f9d16c026aa0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;
}
1">// https://help.keyman.com/developer/language/guide/headers 'header-keyword': { pattern: /&\w+/, alias: 'bold', // alias for styles }, 'header-statement': { pattern: /\b(?:bitmap|bitmaps|caps always off|caps on only|copyright|hotkey|language|layout|message|name|shift frees caps|version)\b/i, alias: 'bold', // alias for styles }, 'rule-keyword': { pattern: /\b(?:any|baselayout|beep|call|context|deadkey|dk|if|index|layer|notany|nul|outs|platform|reset|return|save|set|store|use)\b/i, alias: 'keyword', }, 'structural-keyword': { pattern: /\b(?:ansi|begin|group|match|nomatch|unicode|using keys)\b/i, alias: 'keyword', }, 'compile-target': { pattern: /\$(?:keyman|keymanonly|keymanweb|kmfl|weaver):/i, alias: 'property', }, // U+####, x###, d### characters and numbers number: /\b(?:U\+[\dA-F]+|d\d+|x[\da-f]+|\d+)\b/i, operator: /[+>\\$]|\.\./, punctuation: /[()=,]/, };