Skip to content

Commit

Permalink
better styles for viewall headings
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Sep 24, 2020
1 parent 4cf837d commit 2092e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/pattern.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

.sg-pattern-head {
border-bottom: 1px solid #ddd;
color: #808080;
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
Expand Down Expand Up @@ -54,12 +53,13 @@
}

.sg-pattern-link {
background-color: #fff;
color: #008;
text-decoration: none;
cursor: pointer;
}
.sg-pattern-link:hover, .sg-pattern-link:focus {
color: #000;
color: #808080;
}

.sg-pattern-type {
Expand Down

0 comments on commit 2092e73

Please sign in to comment.