diff --git a/themes/fiptheme/assets/sass/navigation.scss b/themes/fiptheme/assets/sass/navigation.scss index afa357b..b421d37 100644 --- a/themes/fiptheme/assets/sass/navigation.scss +++ b/themes/fiptheme/assets/sass/navigation.scss @@ -61,6 +61,9 @@ padding: 1rem; margin: .3rem; pointer-events: none; + background-color: gainsboro; + border-radius: .4rem; + color: black; &:focus { opacity: 1; diff --git a/themes/fiptheme/assets/sass/styles.scss b/themes/fiptheme/assets/sass/styles.scss index ac85838..a6cf8fa 100644 --- a/themes/fiptheme/assets/sass/styles.scss +++ b/themes/fiptheme/assets/sass/styles.scss @@ -11,8 +11,20 @@ body { a { color: #ec0016; - &:hover { - color: green; + &:hover, + &:focus { + color: #c50014; + } +} + +.o-footer__link { + text-decoration: underline; + color: black; + font-weight: 700; + + &:hover, + &:focus { + color: red; } } diff --git a/themes/fiptheme/layouts/_default/baseof.html b/themes/fiptheme/layouts/_default/baseof.html index 825b236..73b09d8 100644 --- a/themes/fiptheme/layouts/_default/baseof.html +++ b/themes/fiptheme/layouts/_default/baseof.html @@ -8,7 +8,7 @@