Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
COM-19945: [CSS] - change the colors of the links (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
clash82 committed Oct 7, 2016
1 parent b7de05b commit b0299ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/assets/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

.blog-post-line h2 a:hover {
color: #c34111;
color: #f15a22;
text-decoration: none;
}

Expand All @@ -102,7 +102,7 @@
}

.blog-post-line-link a:hover {
color: #c34111;
color: #f15a22;
text-decoration: none;
}

Expand Down
14 changes: 14 additions & 0 deletions web/assets/css/ezplatform-com.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,20 @@ h4 {
font-size: 27px;
}

a {
color: #f15a22;
text-decoration: none;
}

a:hover {
color: #da3c03;
text-decoration: underline;
}

a:visited {
color: #f15a22;
}

.white-background {
background: #fff;
}
Expand Down

0 comments on commit b0299ba

Please sign in to comment.