From 70708e4b24f70aa84b7c46c0b83175eaba32baf6 Mon Sep 17 00:00:00 2001 From: Jakob Lykke Andersen Date: Sat, 20 Mar 2021 18:07:11 +0100 Subject: [PATCH] Decl styling, add CSS for the C++ domain --- sphinx/themes/basic/static/basic.css_t | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ----------------------------------------------------- */