Fix header button colors

This commit is contained in:
Robert Long 2021-12-13 11:55:18 -08:00
parent 9d029e9847
commit c051c96587

View file

@ -53,11 +53,11 @@ limitations under the License.
} }
.iconButton:not(.stroke) svg * { .iconButton:not(.stroke) svg * {
fill: #8e99a4; fill: #ffffff;
} }
.iconButton:not(.stroke):hover svg * { .iconButton:not(.stroke):hover svg * {
fill: #8d97a5; fill: #0dbd8b;
} }
.iconButton.on:not(.stroke) svg * { .iconButton.on:not(.stroke) svg * {