Update configuration for colors

faqs/frontend
Kamran Ahmed 2 years ago
parent dca9eb32cd
commit ec29e1836e
  1. 3
      astro.config.mjs
  2. 7
      src/styles/global.css

@ -9,6 +9,9 @@ import { serializeSitemap, shouldIndexPage } from './sitemap.mjs';
export default defineConfig({ export default defineConfig({
site: 'https://roadmap.sh', site: 'https://roadmap.sh',
markdown: { markdown: {
shikiConfig: {
theme: 'dracula'
},
rehypePlugins: [ rehypePlugins: [
[ [
rehypeExternalLinks, rehypeExternalLinks,

@ -8,9 +8,10 @@
} }
} }
.prose ul li code { .prose ul li code, p code {
background: #1e1e3f; background: #1e1e3f !important;
color: #9efeff; color: #9efeff !important;
font-size: 14px;
} }
.bg-stripes { .bg-stripes {

Loading…
Cancel
Save