mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
make it preety + legal disclaimer fixed
This commit is contained in:
parent
cad1a030df
commit
a0f20025a7
3 changed files with 27 additions and 4 deletions
|
@ -11,6 +11,19 @@
|
|||
|
||||
.banner{
|
||||
width: 260px;
|
||||
|
||||
}
|
||||
|
||||
.verified{
|
||||
width: 95%;
|
||||
border: 1px solid #00ff00;
|
||||
background-color: #100b16;
|
||||
}
|
||||
|
||||
.unverified{
|
||||
width: 95%;
|
||||
border: 1px solid #ff0000;
|
||||
background-color: #100b16;
|
||||
}
|
||||
|
||||
.imgRz{
|
||||
|
@ -24,7 +37,6 @@
|
|||
|
||||
body{
|
||||
background-color: #231830;
|
||||
/*background-image: url("./img/wallpaper_nihilism_dunes.png");*/
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
|
@ -194,6 +206,17 @@ h3,h2{
|
|||
padding-top: 15px;
|
||||
}
|
||||
|
||||
tr{
|
||||
border: 1px solid #555555;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
table {
|
||||
border: 1px solid #ff0000;
|
||||
border-collapse: collapse;
|
||||
|
||||
border-color: #ffffff;
|
||||
background-color: #100b16;
|
||||
}
|
||||
|
||||
.column-onion a{
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue