Skip to content

Commit 5e37c13

Browse files
committed
Theme for Waremme - SUP-51016 - a footer
1 parent 22fb6c4 commit 5e37c13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

waremme/src/scss/main.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,12 +597,14 @@ h3 {
597597
#portal-footer-wrapper #portal-footer #smartweb-footer a,
598598
#portal-footer-wrapper #portal-footer #smartweb-minisite-footer a {
599599
color: #fff;
600+
text-decoration: none;
600601
transition: all 0.5s ease;
601602
}
602603

603604
#portal-footer-wrapper #portal-footer #smartweb-footer a:hover,
604605
#portal-footer-wrapper #portal-footer #smartweb-minisite-footer a:hover {
605-
color: $primary-yellow;
606+
color: #fff;
607+
text-decoration: underline;
606608
transition: all 0.5s ease;
607609
}
608610

0 commit comments

Comments
 (0)