Skip to content

Commit

Permalink
Minor fix in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ovasquez committed Dec 3, 2019
1 parent 24ee772 commit f47b174
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the following variables in the `material/styles/main.css` file.
```css
:root {
--primary-color: #1565c0; /* Header color */
--primary-light: #5e92f3; /* Link color */
--primary-dark: #003c8f; /* Link:hover color */
--primary-dark: #003c8f; /* Link color */
--primary-light: #5e92f3; /* Link:hover color */
}
```
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ the following variables in the `material/styles/main.css` file.
```css
:root {
--primary-color: #1565c0; /* Header color */
--primary-light: #5e92f3; /* Link color */
--primary-dark: #003c8f; /* Link:hover color */
--primary-dark: #003c8f; /* Link color */
--primary-light: #5e92f3; /* Link:hover color */
}
```

Expand Down

0 comments on commit f47b174

Please sign in to comment.