04c30125 by Jeremy Groot

u

1 parent ef2c00bc
...@@ -6846,10 +6846,10 @@ label.screen-reader-text { ...@@ -6846,10 +6846,10 @@ label.screen-reader-text {
6846 border-color: transparent transparent transparent #f16522; 6846 border-color: transparent transparent transparent #f16522;
6847 } 6847 }
6848 .col-sm-smallMenu a.tab_menu.light-orange { 6848 .col-sm-smallMenu a.tab_menu.light-orange {
6849 background-color: #f16522; 6849 background-color: #f5a800;
6850 } 6850 }
6851 .col-sm-smallMenu a.tab_menu.light-orange .selected-arrow { 6851 .col-sm-smallMenu a.tab_menu.light-orange .selected-arrow {
6852 border-color: transparent transparent transparent #f16522; 6852 border-color: transparent transparent transparent #f5a800;
6853 } 6853 }
6854 .col-sm-smallMenu a.tab_menu.current-menu-item .selected-arrow { 6854 .col-sm-smallMenu a.tab_menu.current-menu-item .selected-arrow {
6855 display: block; 6855 display: block;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -94,10 +94,10 @@ ...@@ -94,10 +94,10 @@
94 } 94 }
95 95
96 &.light-orange { 96 &.light-orange {
97 background-color: #f16522; 97 background-color: #f5a800;
98 98
99 .selected-arrow { 99 .selected-arrow {
100 border-color: transparent transparent transparent #f16522; 100 border-color: transparent transparent transparent #f5a800;
101 } 101 }
102 } 102 }
103 103
......