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 ba9095d commit 54c8ab8Copy full SHA for 54c8ab8
src/containers/css-modules-container/index.tsx
@@ -33,7 +33,7 @@ export function CssModulesContainer() {
33
<br />
34
Hover me!
35
36
- <small className="c-text--quiet">(narrow your window)</small>
+ <small><i>(narrow your window)</i></small>
37
</p>
38
</div>
39
src/themes/colors.tsx
@@ -8,9 +8,8 @@ export default {
8
default: return '#fff';
9
}
10
},
11
- borderColor: '#111111',
12
- backgroundColor: '#474747',
13
- backgroundColorLight: '#a7a7a7',
+ borderColor: '#222',
+ backgroundColor: '#444',
14
shadowColor: '#000',
15
shadowColorLight: '#888'
16
};
0 commit comments