market/src/components/@shared/Publisher/Add.module.css

8 lines
110 B
CSS

.add {
color: var(--brand-pink);
}
.linksExternal {
composes: linksExternal from './index.module.css';
}