stendhal/doc/mkdocs/css/objects.css

31 lines
303 B
CSS
Raw Permalink Normal View History

.member {
color: brown;
}
.function {
color: darkgreen;
}
.member, .function {
font-weight: bold;
}
2023-05-16 20:13:17 -07:00
.paramlist {
color: black;
}
2023-05-16 20:13:17 -07:00
.param {
font-weight: bold;
font-style: italic;
2023-05-16 20:13:17 -07:00
}
.table-attr {
color: darkblue;
}
.params, .table-attr {
font-weight: normal;
font-style: italic;
}