up style detail

This commit is contained in:
Tykayn 2025-02-03 13:41:48 +01:00 committed by tykayn
parent 6ac7a95020
commit 7c809b9629
3 changed files with 93 additions and 60 deletions

View file

@ -56,6 +56,21 @@ p {
border: solid 2px;
}
table {
tr {
td {
border-bottom: #ccc 1px solid;
}
}
tr:nth-of-type(odd) {
background: #dedede;
}
}
.padded {
padding: 1rem;
}
@ -575,8 +590,8 @@ header {
.info {
.i{
border-radius:100%;
.i {
border-radius: 100%;
background: #dedede;
padding: 1ch;
width: 5ch;
@ -584,6 +599,7 @@ header {
display: inline-block;
text-align: center;
}
.tooltip {
opacity: 0
}