Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2014-12-11 22:48:09 +0300
committerCasey Deccio <casey@deccio.net>2014-12-11 22:48:09 +0300
commite4e9c0aa6b59396a2a7eae3e1ff90ef5fcd9968d (patch)
treed5da9dbe9c2ab531b4876f2ffcaa9eea1c6db09b /share
parentdfa304ad7bf3848d9a65935279c1733b5496e868 (diff)
Update background for non-existent nodes
Diffstat (limited to 'share')
-rw-r--r--share/css/dnsviz.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/css/dnsviz.css b/share/css/dnsviz.css
index 577027f..feae450 100644
--- a/share/css/dnsviz.css
+++ b/share/css/dnsviz.css
@@ -11,7 +11,7 @@
.dnsviz-secure { background-color: #8ffeff; }
.dnsviz-insecure { background-color: #b7b7b7; }
.dnsviz-bogus { background-color: #f17b7b; }
-.dnsviz-non-existent { background-color: #b7b7b7; }
+.dnsviz-non-existent { background-color: #d0d0d0; }
.dnsviz-incomplete { background-color: #fffa8f; }
.dnsviz-lame { background-color: #fffa8f; }