1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Update configuration for colors

This commit is contained in:
Kamran Ahmed
2023-01-13 14:49:59 +04:00
parent dca9eb32cd
commit ec29e1836e
2 changed files with 7 additions and 3 deletions

View File

@@ -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,

View File

@@ -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 {