|
@@ -213,6 +213,7 @@
|
|
|
</li>
|
|
|
<li>
|
|
|
<button
|
|
|
+ class="special-color"
|
|
|
tabindex="0"
|
|
|
aria-description="Screen Reading Accessibility"
|
|
|
type="button"
|
|
@@ -362,6 +363,7 @@
|
|
|
class="image-button"
|
|
|
>
|
|
|
<button
|
|
|
+ class="special-color"
|
|
|
tabindex="0"
|
|
|
aria-description="Elerly services"
|
|
|
type="button"
|
|
@@ -1084,6 +1086,9 @@ a {
|
|
|
&:hover {
|
|
|
background-color: #4D2128;
|
|
|
}
|
|
|
+ &.special-color {
|
|
|
+ background-color: #701c12;
|
|
|
+ }
|
|
|
img {
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
@@ -1156,6 +1161,9 @@ a {
|
|
|
&:hover {
|
|
|
background-color: #4D2128;
|
|
|
}
|
|
|
+ &.special-color {
|
|
|
+ background-color: #701c12;
|
|
|
+ }
|
|
|
img {
|
|
|
width: 50px;
|
|
|
height: 50px;
|