networks: Improve styling of badges in the information tables

- Make text size and weight to be regular.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-04 10:31:18 -08:00 committed by Veiko Aasa
parent 0e59b67bbd
commit 85cf5a16c8
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -361,6 +361,11 @@ footer {
margin-right: 0.25rem;
}
.list-group-two-column .list-group-item > .badge.secondary {
font-size: 1rem;
font-weight: normal;
}
.list-group-two-column .list-group-item > .secondary {
margin-left: auto;
margin-top: -0.25rem;