make udon inline code match block code and enable inline code gaps in Publish app

This commit is contained in:
John Franklin 2019-08-05 02:30:06 -05:00
parent de23d25d07
commit 032aa13f9d

View File

@ -23,6 +23,12 @@ pre {
background-color: #f9f9f9;
}
code {
padding: 8px;
background-color: #f9f9f9;
white-space: pre-wrap;
}
a {
color: inherit;
text-decoration: inherit;