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 4c5189c commit 21f44c0Copy full SHA for 21f44c0
client/components/RootPage.jsx
@@ -12,7 +12,7 @@ const RootPage = styled.div`
12
13
@media (max-width: 770px) {
14
height: 100%;
15
- overflow: auto;
+ overflow: hidden;
16
}
17
`;
18
client/theme.js
@@ -106,7 +106,7 @@ const baseThemes = {
106
border: colors.p5jsPink
107
},
108
hover: {
109
- foreground: colors.p5jsPink,
+ foreground: grays.lightest,
110
background: colors.p5jsActivePink,
111
112
0 commit comments