changed: no italics in md headers

fixed: search dialog width for mobile device
This commit is contained in:
quenousimporte 2023-09-28 13:52:51 +02:00
parent 728d58535d
commit 5f6b9ae74c
2 changed files with 2 additions and 1 deletions

View File

@ -2182,7 +2182,7 @@ function applycolors()
{
header = false;
}
line = "<em><span style='color:lightgrey'>" + line + "</span></em>";
line = "<span style='color:lightgrey'>" + line + "</span>";
}
// code blocks

View File

@ -118,6 +118,7 @@ body::-webkit-scrollbar-thumb {
background-color: lightgray;
opacity: 1;
width: 80%;
min-width: 500px;
color: black;
z-index: 2;
}