mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
chore: remove unused code block styling
This commit is contained in:
parent
22f2a8622f
commit
ad086fc950
1 changed files with 2 additions and 28 deletions
|
|
@ -354,39 +354,11 @@ SOFTWARE.
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.reactMarkDown code, .reactMarkDown tt {
|
||||
margin: 0 2px;
|
||||
padding: 0 5px;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #eaeaea;
|
||||
background-color: #f8f8f8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.reactMarkDown pre code {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: pre;
|
||||
border: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.reactMarkDown .highlight pre {
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #cccccc;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
overflow: auto;
|
||||
padding: 6px 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.reactMarkDown pre {
|
||||
border: 1px solid #cccccc;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
overflow: auto;
|
||||
padding: 6px 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
|
@ -399,4 +371,6 @@ SOFTWARE.
|
|||
color: #e8912d;
|
||||
font-size: 0.95rem;
|
||||
border: 1px solid #CCCCCC !important;
|
||||
margin: 0 2px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue