1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Highlight true and false.

This commit is contained in:
Rob Rix 2015-11-03 14:54:28 -05:00
parent e1a4a97c46
commit 440a7326fb

View File

@ -52,10 +52,9 @@
color: #183691;
}
.diff .category-number {
color: #0086b3;
}
.diff .category-false,
.diff .category-true,
.diff .category-number,
.diff .category-member_access>:not(:first-child)>.category-identifier {
color: #0086b3;
}