diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-09 13:28:31 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-09 13:31:07 +0200 |
| commit | 758d6f2c4a6db148fe1912ce28f88465e3e79d26 (patch) | |
| tree | 950eb7b9542f1945412867d51cd3dd2e23585bf2 /style.scss | |
| parent | 0f8d2df1aad4af3dbc5c07ea79fdef8dc3ba3082 (diff) | |
Add netmask calculation
Diffstat (limited to 'style.scss')
| -rw-r--r-- | style.scss | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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%); + } } } } |
