35 lines
452 B
CSS
35 lines
452 B
CSS
.slate-variable {
|
|
background-color: #ff8b1a;
|
|
color: #ffffff;
|
|
padding: 0.125rem 0.25rem;
|
|
border-radius: 0.35rem;
|
|
}
|
|
|
|
.slate-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.slate-italic {
|
|
font-style: oblique;
|
|
}
|
|
|
|
.slate-underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.slate-ToolbarButton-active > svg {
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
.slate-ToolbarButton {
|
|
color: gray;
|
|
}
|
|
|
|
.slate-a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.slate-html-container > div {
|
|
min-height: 24px;
|
|
}
|