mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
Adjust base font weight to 500
This commit is contained in:
parent
e02f3862c7
commit
d3e054686d
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -4,6 +4,7 @@
|
|||||||
$font-family-sans-serif: 'Plus Jakarta Sans Variable', system-ui, sans-serif;
|
$font-family-sans-serif: 'Plus Jakarta Sans Variable', system-ui, sans-serif;
|
||||||
// See https://github.com/tabler/tabler/issues/1812
|
// See https://github.com/tabler/tabler/issues/1812
|
||||||
$font-family-monospace: 'Roboto Mono';
|
$font-family-monospace: 'Roboto Mono';
|
||||||
|
$font-weight-base: 500;
|
||||||
|
|
||||||
// Set the navigation sidebar width
|
// Set the navigation sidebar width
|
||||||
$sidebar-width: 18rem;
|
$sidebar-width: 18rem;
|
||||||
|
@ -20,3 +20,8 @@ hr.dropdown-divider {
|
|||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
margin-top: 0.25rem;
|
margin-top: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Bootstrap forces the font weight for dropdown items to $font-weight-normal
|
||||||
|
.dropdown-item {
|
||||||
|
font-weight: $font-weight-base;
|
||||||
|
}
|
||||||
|
@ -28,7 +28,7 @@ table.attr-table {
|
|||||||
|
|
||||||
// Restyle row header
|
// Restyle row header
|
||||||
th {
|
th {
|
||||||
font-weight: normal;
|
font-weight: $font-weight-base;
|
||||||
width: min-content;
|
width: min-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user