mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
8 lines
129 B
SCSS
8 lines
129 B
SCSS
![]() |
// Links inside badges should inherit their foreground color
|
||
|
.badge {
|
||
|
a {
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|