Skip to content

Commit

Permalink
fix headline color
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Apr 20, 2019
1 parent 9524f0d commit 1a60697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resources/css/global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*** Place your styles below ***/
/*** Place your styles below ***/

h2, h3 {
background: rgb(123,135,198);
background: linear-gradient(90deg, rgba(123,135,198,0.8) 0%, rgba(123,135,198,0) 100%);
}
background: rgb(247, 202, 136);
background: linear-gradient(90deg, rgba(247, 202, 136, 1) 0%, rgba(247, 202, 136, 0) 100%);
}

0 comments on commit 1a60697

Please sign in to comment.