We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7628 commit b3c3cf5Copy full SHA for b3c3cf5
src/containers/experienceAccordion/ExperienceAccordion.js
@@ -25,6 +25,9 @@ class ExperienceAccordion extends Component {
25
marginBottom: `3px`,
26
fontFamily: "Google Sans Regular",
27
color: `${theme.text}`,
28
+ ":hover": {
29
+ color: `${theme.secondaryText}`,
30
+ },
31
}),
32
},
33
Content: {
src/theme.js
@@ -195,4 +195,4 @@ export const materialTealTheme = {
195
splashBg: "#05505E",
196
};
197
198
-export const chosenTheme = materialDarkTheme;
+export const chosenTheme = blueTheme;
0 commit comments