Updated confidence highlighting

This commit is contained in:
Šesták Vít
2017-10-16 09:24:55 +02:00
parent 2a95b07b54
commit 65232504cb
2 changed files with 7 additions and 1 deletions

View File

@@ -265,3 +265,9 @@ h3.library-identification{
position: relative;
top: -0.5ex;
}
.identifier-low{
color: gray;
}
.identifier-high, .identifier-file, .identifier-highest{
background-color: #dddddd;
}