diff options
-rwxr-xr-x | lldb/www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/style.css b/lldb/www/style.css index 36b26586411..6e96fefacbb 100755 --- a/lldb/www/style.css +++ b/lldb/www/style.css @@ -107,7 +107,7 @@ td.blank { }
td.content {
- background-color: #CCC;
+ background-color: #E9E9E9;
color: #000;
padding: 4px;
text-align: left;
|