forked from extern/easydiffusion
Style code tags in the What's New markdown
This commit is contained in:
parent
97ee085f30
commit
f2367932e1
@ -7,7 +7,7 @@
|
||||
<link rel="icon" type="image/png" href="/media/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="stylesheet" href="/media/css/fonts.css?v=1">
|
||||
<link rel="stylesheet" href="/media/css/themes.css?v=3">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=18">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=19">
|
||||
<link rel="stylesheet" href="/media/css/auto-save.css?v=5">
|
||||
<link rel="stylesheet" href="/media/css/modifier-thumbnails.css?v=4">
|
||||
<link rel="stylesheet" href="/media/css/fontawesome-all.min.css?v=1">
|
||||
|
@ -22,6 +22,11 @@ a:visited {
|
||||
label {
|
||||
font-size: 10pt;
|
||||
}
|
||||
code {
|
||||
background: var(--background-color4);
|
||||
padding: 2px 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#prompt {
|
||||
width: 100%;
|
||||
height: 65pt;
|
||||
|
Loading…
Reference in New Issue
Block a user