changed: no italics in md headers
fixed: search dialog width for mobile device
This commit is contained in:
parent
728d58535d
commit
5f6b9ae74c
2
main.js
2
main.js
|
@ -2182,7 +2182,7 @@ function applycolors()
|
||||||
{
|
{
|
||||||
header = false;
|
header = false;
|
||||||
}
|
}
|
||||||
line = "<em><span style='color:lightgrey'>" + line + "</span></em>";
|
line = "<span style='color:lightgrey'>" + line + "</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// code blocks
|
// code blocks
|
||||||
|
|
Loading…
Reference in New Issue