Skip to content

Commit

Permalink
fixing link color for visited links
Browse files Browse the repository at this point in the history
  • Loading branch information
viscosho committed Mar 24, 2020
1 parent 218b7b0 commit 403c3a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/maps/style.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/css/scss/_customizer-to-body-colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
.lsx-to-section:nth-of-type(odd) & { background-color: #FFF; }
.lsx-to-section:nth-of-type(even) & { background-color: $bg; }

a.moretag {
a.moretag,
a.moretag:visited {
background-color: $link;
color: #FFF;

Expand Down
4 changes: 2 additions & 2 deletions assets/css/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,9 @@ body.single-tour-operator .modal-body article .entry-content .moretag { width: 2

.lsx-to-section:nth-of-type(even) .lsx-to-widget-item-wrap .lsx-to-widget-content { background-color: #F6F6F6; }

.lsx-to-widget-item-wrap .lsx-to-widget-content a.moretag { background-color: #1098AD; color: #FFF; }
.lsx-to-widget-item-wrap .lsx-to-widget-content a.moretag, .lsx-to-widget-item-wrap .lsx-to-widget-content a.moretag:visited { background-color: #1098AD; color: #FFF; }

.lsx-to-widget-item-wrap .lsx-to-widget-content a.moretag:hover { background-color: #F7AE00; color: #FFF; }
.lsx-to-widget-item-wrap .lsx-to-widget-content a.moretag:hover, .lsx-to-widget-item-wrap .lsx-to-widget-content a.moretag:visited:hover { background-color: #F7AE00; color: #FFF; }

.lsx-to-widget-item-wrap .lsx-to-widget-title > a:not(.btn), .lsx-to-widget-item-wrap .lsx-to-widget-title > a:not(.btn):active, .lsx-to-widget-item-wrap .lsx-to-widget-title > a:not(.btn):visited { color: #4A4A4A; }

Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 403c3a4

Please sign in to comment.