Skip to content

Commit 2ae2cd2

Browse files
committed
Minor updates
- updated link to point to the official site - changed link color - updated font
1 parent 9314e1b commit 2ae2cd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.AppLink {
18-
color: #5485c8;
18+
color: #4483c1;
1919
}
2020

2121
.AppLogo {
@@ -26,7 +26,7 @@
2626

2727
@media (prefers-reduced-motion: no-preference) {
2828
.AppLogo {
29-
animation: App-logo-spin infinite 1.6s ease-in-out alternate;
29+
animation: App-logo-spin infinite 2s ease-in-out alternate;
3030
}
3131
}
3232

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style>
1212
body {
1313
margin: 0;
14-
font-family: Arial, Helvetica, sans-serif;
14+
font-family: Roboto, Arial, Helvetica, sans-serif;
1515
font-size: 2em;
1616
}
1717
</style>

0 commit comments

Comments
 (0)