Skip to content

Commit

Permalink
Decl styling, C styling and C++ char literal styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Mar 30, 2021
1 parent 4242282 commit 5d127ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sphinx/themes/basic/static/basic.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -533,19 +533,23 @@ table.hlist td {

/* C++ specific styling */

.sig-inline.c-texpr,
.sig-inline.cpp-texpr {
font-family: unset;
}

.sig.c .k, .sig.c .kt,
.sig.cpp .k, .sig.cpp .kt {
color: #0033B3;
}

.sig.c .m,
.sig.cpp .m {
color: #1750EB;
}

.sig.cpp .s {
.sig.c .s, .sig.c .sc,
.sig.cpp .s, .sig.cpp .sc {
color: #067D17;
}

Expand Down

0 comments on commit 5d127ab

Please sign in to comment.