diff --git a/hyperglass/static/overrides.sass b/hyperglass/static/overrides.sass index 2eb3a4b..a1978d8 100644 --- a/hyperglass/static/overrides.sass +++ b/hyperglass/static/overrides.sass @@ -383,6 +383,10 @@ * color: findTextColor($hg-loading) !important +.bg-footer + * + color: findTextColor($hg-footer) !important + .bg-primary ::selection, ::-moz-selection background-color: findTextColor($hg-primary) !important @@ -403,6 +407,11 @@ background-color: findTextColor($hg-loading) !important color: $hg-loading !important +.bg-loading + ::selection, ::-moz-selection + background-color: findTextColor($hg-footer) !important + color: $hg-footer !important + .bg-danger .btn-outline-danger border-color: findTextColor($hg-danger) !important