search lol

This commit is contained in:
Flummi
2022-05-06 17:02:03 +02:00
parent 2162f1565c
commit f5737e6f49
3 changed files with 90 additions and 29 deletions

View File

@ -476,6 +476,11 @@ html, body {
font-size: 14px;
height: 100%;
}
@supports (-moz-appearance:none) {
html, body {
height: auto !important;
}
}
.noscript-badge {
display: block;
@ -571,6 +576,7 @@ div#posts > a:hover::after {
}
.navbar {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 0;
@ -1533,7 +1539,6 @@ table.table {
min-width: max-content;
}
table.table thead tr {
text-align: left;
font-weight: bolder;
border-bottom: 1px solid var(--accent);
}
@ -1542,6 +1547,7 @@ table.table tr {
}
table.table th, table.table td {
padding: 7px 15px;
text-align: center;
}
table.table tbody tr:nth-of-type(odd) {
background-color: var(--badge-tag);