Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(style): lightgallery icons color
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Apr 29, 2020
1 parent 473238f commit 9e54504
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions assets/css/_core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 9e54504

Please sign in to comment.