Merge pull request #1327 from kcoderhtml/patch-1

feat: style changes to inline code and images
This commit is contained in:
Max Wofford 2024-08-21 15:34:04 +00:00 committed by GitHub
commit dc56d3b07c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@
}
.reactMarkDown img {
max-width: 100%;
padding: 0.5rem
}
/*
@ -394,3 +395,9 @@ SOFTWARE.
background-color: transparent;
border: none;
}
code:not(pre code) {
color: #e8912d;
font-size: 0.95rem;
border: 1px solid #CCCCCC !important;
}