1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-19 14:49:42 +01:00

Broken style of code

This commit is contained in:
Kamran Ahmed 2023-03-28 17:04:21 +01:00
parent db273210fd
commit b042161e29

View File

@ -8,18 +8,18 @@
}
}
.prose ul li code,
p code {
.prose ul li > code,
p > code {
background: #ebebeb !important;
color: currentColor !important;
font-size: 14px;
font-weight: normal !important;
}
.prose ul li code:before,
p code:before,
.prose ul li code:after,
p code:after {
.prose ul li>code:before,
p>code:before,
.prose ul li>code:after,
p>code:after {
content: '' !important;
}