mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 14:34:17 +02:00
13 lines
215 B
CSS
13 lines
215 B
CSS
/* Target inline code elements with higher specificity */
|
|
p code,
|
|
table code,
|
|
li code,
|
|
h1 code,
|
|
h2 code,
|
|
h3 code,
|
|
h4 code,
|
|
h5 code,
|
|
h6 code {
|
|
color: #ea5455 !important;
|
|
background-color: #ea54551a !important;
|
|
}
|