mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge pull request #1327 from kcoderhtml/patch-1
feat: style changes to inline code and images
This commit is contained in:
commit
dc56d3b07c
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue