make it preety + legal disclaimer fixed

This commit is contained in:
root 2025-01-24 08:47:54 +01:00
parent cad1a030df
commit a0f20025a7
3 changed files with 27 additions and 4 deletions

View file

@ -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;