send a tag suggestion

which tags should be associated with each other?


why should these tags be associated?

Use the form below to provide more context.

#customization


i took some inspiration from a friend's website and my existing vscode themes and did a green pastel & pink makeover for wavebeem.com!

.bit-root,
.bit-auto {
  --hue-main: 160;
  --hue-blue: 200;
  --hue-green: 70;
  --hue-pink: 310;
  --color-fg: hsl(var(--hue-main) 75% 20%);
  --color-bg: hsl(var(--hue-main) 30% 94%);
  --color-link: hsl(var(--hue-pink) 95% 35%);
  --color-border: hsl(var(--hue-main) 30% 65%);
  /* ... */
}
Ā 

loading...


Ā