vega-frontend-monorepo/apps/explorer/src/styles.css

14 lines
280 B
CSS
Raw Normal View History

2022-03-03 14:25:15 +00:00
/* You can add global styles to this file, and also import other style files */
@tailwind base;
@tailwind components;
@tailwind utilities;
.react-markdown-container a {
color: #ff077f;
text-decoration: underline;
}
.react-markdown-container a:before {
content: '🔗 ';
}