1
0
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:
Kamran Ahmed
2023-03-28 17:04:21 +01:00
parent db273210fd
commit b042161e29

View File

@@ -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;
} }