Skip to content

Commit

Permalink
Fix opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSeers committed Jun 27, 2020
1 parent a27895c commit f546641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@
margin-left: auto;
margin-top: 2rem;
margin-bottom: 0;

font-size: 1.2em;
line-height: 1.5;
color: #909090;
opacity: 1;
}

.header p strong{
Expand Down Expand Up @@ -213,6 +213,7 @@
font-size: 1.2em;
line-height: 1.5;
color: #909090;
opacity: 1;
}

.story p strong{
Expand Down

0 comments on commit f546641

Please sign in to comment.