diff options
| author | coqbot-app[bot] | 2021-04-19 09:17:08 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-19 09:17:08 +0000 |
| commit | f82dd4e968d1b948f4288687cb9458ec90b66270 (patch) | |
| tree | 84945592cd28c8e2fa968d6c141044591301bde9 /doc/sphinx/_static/notations.css | |
| parent | 8a49832ac5a4a9fab564c49ccef7146310db5bab (diff) | |
| parent | e038e130188a0b43f66dfbc084cd8d9ca2cfb550 (diff) | |
Merge PR #13846: Include (* ... *) comments in .. coqtop:: directives in Sphinx output
Reviewed-by: Zimmi48
Ack-by: cpitclaudel
Diffstat (limited to 'doc/sphinx/_static/notations.css')
| -rw-r--r-- | doc/sphinx/_static/notations.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css index abb08d98cc..e262a9305d 100644 --- a/doc/sphinx/_static/notations.css +++ b/doc/sphinx/_static/notations.css @@ -267,6 +267,11 @@ code span.error { color: inherit !important; } + +.coqdoc-comment { + color: #808080 !important +} + /* make the error message index readable */ .indextable code { white-space: inherit; /* break long lines */ |
