diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/DiagnosticsReference.rst | 2 | ||||
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticDocs.td | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst index 1604b8fcc08..05ce32f4c59 100644 --- a/clang/docs/DiagnosticsReference.rst +++ b/clang/docs/DiagnosticsReference.rst @@ -30,7 +30,7 @@ .warning { font-family: monospace; font-weight: bold; - color: #c70; + color: #80a; } .remark { font-family: monospace; diff --git a/clang/include/clang/Basic/DiagnosticDocs.td b/clang/include/clang/Basic/DiagnosticDocs.td index cdfac30cccc..ac3f1ff6402 100644 --- a/clang/include/clang/Basic/DiagnosticDocs.td +++ b/clang/include/clang/Basic/DiagnosticDocs.td @@ -40,7 +40,7 @@ def GlobalDocumentation { .warning { font-family: monospace; font-weight: bold; - color: #c70; + color: #80a; } .remark { font-family: monospace; |

