add highlight decoration

This commit is contained in:
yggverse 2024-03-21 23:54:34 +02:00
parent efc528c241
commit 8709bcf1e2

View File

@ -245,6 +245,12 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
line-height: 16px;
}
main > div > div > b
main > div > div > a > b {
color: #dbb133;
font-weight: bold;
}
main > div > div > a {
font-size: 12px;
}