diff options
author | Jakob Lykke Andersen <Jakob@caput.dk> | 2021-03-20 18:07:11 +0100 |
---|---|---|
committer | Jakob Lykke Andersen <Jakob@caput.dk> | 2021-04-12 19:07:51 +0200 |
commit | 70708e4b24f70aa84b7c46c0b83175eaba32baf6 (patch) | |
tree | 949495177c18695a1c485b4b77461c73e22ae1a0 | |
parent | c1da955df2f14ffc5a686b8724d46369abf847d4 (diff) | |
download | sphinx-git-70708e4b24f70aa84b7c46c0b83175eaba32baf6.tar.gz |
Decl styling, add CSS for the C++ domain
-rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index de7651e17..7f505f6b1 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -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 ----------------------------------------------------- */ |