Skip to content

Commit 54c8ab8

Browse files
committed
updated css-modules styles
1 parent ba9095d commit 54c8ab8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/containers/css-modules-container/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function CssModulesContainer() {
3333
<br />
3434
Hover me!
3535
<br />
36-
<small className="c-text--quiet">(narrow your window)</small>
36+
<small><i>(narrow your window)</i></small>
3737
</p>
3838
</div>
3939
</div>

src/themes/colors.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ export default {
88
default: return '#fff';
99
}
1010
},
11-
borderColor: '#111111',
12-
backgroundColor: '#474747',
13-
backgroundColorLight: '#a7a7a7',
11+
borderColor: '#222',
12+
backgroundColor: '#444',
1413
shadowColor: '#000',
1514
shadowColorLight: '#888'
1615
};

0 commit comments

Comments
 (0)