Change pre code css in markdown

This commit is contained in:
cuom1999 2024-01-18 19:46:41 -06:00
parent d75a498d18
commit aef795b40c
24 changed files with 200 additions and 397 deletions

View file

@ -4295,7 +4295,7 @@ html .md-typeset .footnote-ref{
padding:0 1.1764705882em
}
.highlight span.filename{
background-color:var(--md-code-bg-color);
background-color:var(--md-default-fg-color--lighter);
border-bottom:.05rem solid var(--md-default-fg-color--lightest);
border-top-left-radius:.1rem;
border-top-right-radius:.1rem;
@ -4374,8 +4374,6 @@ html .md-typeset .footnote-ref{
background-color:var(--md-code-bg-color);
border-bottom-left-radius:.1rem;
border-top-left-radius:.1rem;
font-size:.85em;
padding:.7720588235em 0 .7720588235em 1.1764705882em;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;