diff --git a/styles/fixed-headset/fixed-headset.css b/styles/fixed-headset/fixed-headset.css index 73a1eb562d..d586b0be3e 100644 --- a/styles/fixed-headset/fixed-headset.css +++ b/styles/fixed-headset/fixed-headset.css @@ -49,11 +49,14 @@ } .section.fixed-headset-wrapper .default-content-wrapper ul li a { + color: #fff; + text-decoration: none; + font-family: Nunito-Bold, 'sans-serif'; +} +.section.fixed-headset-wrapper .default-content-wrapper ul li:first-child a { color: #f58667; text-decoration: underline; - font-family: Nunito-Bold, 'sans-serif'; } - .section.fixed-headset-wrapper .default-content-wrapper:hover { width: 180px; transition: width .1s; @@ -87,7 +90,7 @@ padding-left: 9px; } .section.fixed-headset-wrapper .default-content-wrapper p span img{ - width: 26px; - height: 26px; + width: 22px; + height: 22px; } } \ No newline at end of file