diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-04-29 17:26:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 17:26:11 (GMT) |
commit | b8a3ff6c33264c43cdf30c04baa9793e7e8d51a2 (patch) | |
tree | 9d60ced4b8fceb00c068b56d699c1ba57540d415 /templates/html/doxygen.css | |
parent | 4dba9fbdda10889d2285b85b7e9ff6282b34fccf (diff) | |
parent | c6d77227efaf332a5d24bc12d32f4b1fec6b13b9 (diff) | |
download | Doxygen-b8a3ff6c33264c43cdf30c04baa9793e7e8d51a2.zip Doxygen-b8a3ff6c33264c43cdf30c04baa9793e7e8d51a2.tar.gz Doxygen-b8a3ff6c33264c43cdf30c04baa9793e7e8d51a2.tar.bz2 |
Merge branch 'master' into feature/bug_305773
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r-- | templates/html/doxygen.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 5898d87..29dafbe 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -439,6 +439,12 @@ img.footer { vertical-align: middle; } +.compoundTemplParams { + color: ##60; + font-size: 80%; + line-height: 120%; +} + /* @group Code Colorization */ span.keyword { |