PrivateNetwork: Hacking in a background colour similiar to the leakdb spice

master
Rob Emery 2014-07-03 22:47:47 +01:00
parent 6bb0c426aa
commit 520acd3a76
1 changed files with 4 additions and 0 deletions

4
share/goodie/private_network/style.css Normal file → Executable file
View File

@ -8,4 +8,8 @@
vertical-align: top;
display: inline-block;
width: 70%;
}
.private_network .record__highlight:nth-of-type(2n) {
background: rgba(150,150,150,0.3);
}