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:
parent
db273210fd
commit
b042161e29
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user