remove color from style.css (default) but add a little padding; add color & border radius to dark.css.
This commit is contained in:
parent
b97143e9db
commit
2354bb5427
@ -1807,5 +1807,5 @@ dl.bb-dl > dd > li {
|
|||||||
/* default highlighted text if not specified by schema: */
|
/* default highlighted text if not specified by schema: */
|
||||||
span.default-highlight {
|
span.default-highlight {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
color: #4d4d4d;
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
|
@ -494,3 +494,9 @@ a.text-dark:focus, a.text-dark:hover {
|
|||||||
color: red !important;
|
color: red !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix color for highlithed text */
|
||||||
|
span.default-highlight {
|
||||||
|
color: #333;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user