forked from mpusz/mp-units
21 lines
395 B
CSS
21 lines
395 B
CSS
@import 'theme.css';
|
|
|
|
a.reference.internal + code.sig-name.descname {
|
|
padding-left: 4px;
|
|
}
|
|
|
|
.breatheparameterlist li tt + p {
|
|
display: inline;
|
|
}
|
|
.breatheenumvalues li tt + p {
|
|
display: inline;
|
|
}
|
|
|
|
.rst-content .admonition-try-it-on-compiler-explorer {
|
|
background-color: #e2f6d5;
|
|
}
|
|
|
|
.rst-content .admonition-try-it-on-compiler-explorer > .admonition-title {
|
|
background-color: #66c52a;
|
|
}
|