mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Set font-weight to normal for all site styles
This commit is contained in:
@ -94,7 +94,3 @@
|
||||
0% { transform: rotate(0deg); transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
@ -1761,3 +1761,7 @@ tr.search:nth-child(odd) {
|
||||
.edit-storage-input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
Reference in New Issue
Block a user