mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add highlight decoration
This commit is contained in:
parent
efc528c241
commit
8709bcf1e2
1 changed files with 6 additions and 0 deletions
|
|
@ -245,6 +245,12 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main > div > div > b
|
||||||
|
main > div > div > a > b {
|
||||||
|
color: #dbb133;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
main > div > div > a {
|
main > div > div > a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue