a homebrewed DnD campaign based in the Honkai: Star Rail universe
hsr honkaistarrail dnd
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix issue in css variable names

+2 -2
+2 -2
app/src/styles/color.css
··· 42 42 --card-body-foreground: light-dark(var(--palette-gray-900), var(--color-white)); 43 43 44 44 /* ui: callout */ 45 - --callout: var(--color-hsr-gold/10); 46 - --callout-border: var(--color-hsr-gold/50); 45 + --callout: rgb(from var(--color-hsr-gold) r g b / 0.1); 46 + --callout-border: rgb(from var(--color-hsr-gold) r g b / 0.5); 47 47 --callout-title-foreground: var(--palette-accent); 48 48 49 49 /* ui: chip */