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

Commit

Permalink
Fix ticket's color #4
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancasa committed Oct 12, 2017
1 parent 5f8e104 commit a57ad67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/elements/ticket-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
}

.headline {
color: #333;
font-weight: 300;
}

Expand Down Expand Up @@ -85,7 +86,7 @@

.divider {
width: 100%;
background: linear-gradient(to right, transparent 15%, var(--primary-text-color) 50%, transparent 85%) no-repeat 0 50%;
background: linear-gradient(to right, transparent 15%, #555 50%, transparent 85%) no-repeat 0 50%;
background-size: 100% 1px;
text-align: center;
}
Expand Down

0 comments on commit a57ad67

Please sign in to comment.