From 758d6f2c4a6db148fe1912ce28f88465e3e79d26 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 9 Dec 2015 13:28:31 +0200 Subject: Add netmask calculation --- style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 1db93d8..db3ff5f 100644 --- a/style.scss +++ b/style.scss @@ -63,7 +63,10 @@ body { &:nth-child(2) ol li.bit.unmasked { background-color: lighten($color_b, $octet_lighten); } &:nth-child(3) ol li.bit.unmasked { background-color: lighten($color_c, $octet_lighten); } &:nth-child(4) ol li.bit.unmasked { background-color: lighten($color_d, $octet_lighten); } - ol li.bit.masked { background-color: lighten($color_e, $octet_lighten); } + ol li.bit.masked { + background-color: lighten($color_e, $octet_lighten); + color: lighten($color_e, 22%); + } } } } -- cgit v1.3.1