display descriptions and color the sensitive websites

This commit is contained in:
root 2025-02-07 08:48:05 +01:00
parent 56cdb9747b
commit 222d27a2d0
2 changed files with 17 additions and 6 deletions

View file

@ -26,6 +26,10 @@
background-color: #100b16;
}
.sensitivelink{
color: #fc6e02;
}
.imgRz{
width: 100%;
height: 50%;
@ -198,9 +202,13 @@ body{
h1,h2,h3,p,td{
color: #ffffff;
/*max-width: 500px;*/
/*padding-bottom: 10px;*/
}
.description{
max-width: 500px;
}
h3,h2{
padding-top: 15px;