Merge pull request #142 from omnivore-app/fix/code-borders

Add a border radius to code blocks
This commit is contained in:
Jackson Harper 2022-02-26 14:08:22 -08:00 committed by GitHub
commit 766bc285cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,6 +303,7 @@ on smaller screens we display the note icon
margin: 0;
overflow-x: auto;
word-wrap: normal;
border-radius: 4px;
}
.article-inner-css img {