Decl styling, add CSS for the C++ domain

This commit is contained in:
Jakob Lykke Andersen 2021-03-20 18:07:11 +01:00
parent c1da955df2
commit 70708e4b24

View File

@ -542,6 +542,18 @@ table.hlist td {
font-family: unset;
}
.sig.cpp .k, .sig.cpp .kt {
color: #0033B3;
}
.sig.cpp .m {
color: #1750EB;
}
.sig.cpp .s {
color: #067D17;
}
/* -- other body styles ----------------------------------------------------- */