general-assistant
Version:
General Assistant components
54 lines (45 loc) • 850 B
CSS
@import './github-markdown.css';
/* .MarkdownRenderer {
.toolbar {
width: 100%;
background-color: #343541;
line-height: 36px;
height: 36px;
padding: 0 16px;
border-radius: .5em .5em 0 0;
color: #ffffff9f;
}
pre.code {
margin: 0 !important;
border-radius: 0 0 .5em .5em !important;
code {
padding: 0;
}
}
code {
padding: 0 4px;
background: lightgray;
border-radius: 2px;
}
} */
.gal-markdown .toolbar {
width: 100%;
background-color: #343541;
line-height: 36px;
height: 36px;
padding: 0 16px;
border-radius: .5em .5em 0 0;
color: #ffffff9f;
}
.gal-markdown pre.code {
margin: 0 ;
border-radius: 0 0 .5em .5em ;
code {
padding: 0;
}
}
.gal-markdown .code {
padding: 0 4px;
background: lightgray;
border-radius: 2px;
}