mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-09 02:36:40 +02:00
Broken style of code
This commit is contained in:
@@ -8,18 +8,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose ul li code,
|
.prose ul li > code,
|
||||||
p code {
|
p > code {
|
||||||
background: #ebebeb !important;
|
background: #ebebeb !important;
|
||||||
color: currentColor !important;
|
color: currentColor !important;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prose ul li code:before,
|
.prose ul li>code:before,
|
||||||
p code:before,
|
p>code:before,
|
||||||
.prose ul li code:after,
|
.prose ul li>code:after,
|
||||||
p code:after {
|
p>code:after {
|
||||||
content: '' !important;
|
content: '' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user