Skip to content

Commit

Permalink
Make the default text black.
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Jun 5, 2019
1 parent 84d4255 commit 7976c34
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions wp-content/themes/wisconsinwatch/css/child.css

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

2 changes: 1 addition & 1 deletion wp-content/themes/wisconsinwatch/css/child.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-content/themes/wisconsinwatch/css/child.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions wp-content/themes/wisconsinwatch/less/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
border-bottom: 1px solid @grey;
}
}
#sticky-nav {
li a {
color: @black;
}
}
.donate-btn {
.icon-heart { display: none; }
a:hover { color: white; }
Expand Down
3 changes: 3 additions & 0 deletions wp-content/themes/wisconsinwatch/less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ iframe {
max-width: 100% !important;
}

body {
color: @black;
}
a {
color: @blue;

Expand Down
1 change: 1 addition & 0 deletions wp-content/themes/wisconsinwatch/less/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@gray: @grey;
@blue: #3190ca;
@selected: #d32a20;
@black: #202020;

// fonts
@sans: 'ff-dagny-web-pro', Helvetica, Arial, sans-serif;

0 comments on commit 7976c34

Please sign in to comment.