mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 19:49:50 +02:00
Update configuration for colors
This commit is contained in:
@@ -9,6 +9,9 @@ import { serializeSitemap, shouldIndexPage } from './sitemap.mjs';
|
||||
export default defineConfig({
|
||||
site: 'https://roadmap.sh',
|
||||
markdown: {
|
||||
shikiConfig: {
|
||||
theme: 'dracula'
|
||||
},
|
||||
rehypePlugins: [
|
||||
[
|
||||
rehypeExternalLinks,
|
||||
|
@@ -8,9 +8,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.prose ul li code {
|
||||
background: #1e1e3f;
|
||||
color: #9efeff;
|
||||
.prose ul li code, p code {
|
||||
background: #1e1e3f !important;
|
||||
color: #9efeff !important;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.bg-stripes {
|
||||
|
Reference in New Issue
Block a user