#6372: Fix anchor tag underline style in dark mode

This commit is contained in:
checktheroads 2021-05-07 09:09:21 -07:00
parent 6a685df823
commit df02123b1e
3 changed files with 3 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -102,7 +102,8 @@ body {
stroke: $gray-200;
}
}
table {
& table,
&[data-netbox-color-mode] table {
a {
text-decoration: none;
&:hover {