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;
|
2023-03-03 14:27:24 +00:00
|
|
|
|
|
|
|
.react-markdown-container a {
|
|
|
|
color: #ff077f;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-markdown-container a:before {
|
|
|
|
content: '🔗 ';
|
|
|
|
}
|