fix(style): lightgallery icons color

This commit is contained in:
Dillon 2020-04-29 23:48:00 +08:00
parent 473238f8ad
commit 9e54504360
4 changed files with 11 additions and 8 deletions

View file

@ -42,13 +42,16 @@ body {
}
@import "../_partial/mask";
a {
text-decoration: none;
}
@include link(true, true);
@import "../_partial/icon";
@import "../_partial/details";
@import "../_partial/fixed-button";
a {
text-decoration: none;
}
.lg-toolbar .lg-icon::after {
color: #999;
}