Skip to content
Snippets Groups Projects
Commit e663f888 authored by Claas Kazzer's avatar Claas Kazzer Committed by Robert Lange
Browse files

refs #20451 [fid_adlr] Visited links fixes

* fixes visited links color in mobile menu
* forces azure color to overwrite :not declarations
parent 8a1c2ab8
No related merge requests found
...@@ -282,6 +282,10 @@ ...@@ -282,6 +282,10 @@
color: $azure !important; color: $azure !important;
} }
&:visited {
color: $azure !important;
}
@media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) { @media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
font-size: $font-size-menu-sm; font-size: $font-size-menu-sm;
left: calc(#{$logo-max-width} / 2); left: calc(#{$logo-max-width} / 2);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment