Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 316df78

Browse files
Font not visible with dark theme on macbook at some places (#118)
1 parent 49627fa commit 316df78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const useStyles = makeStyles(() =>
4747
body: {
4848
height: '100%',
4949
width: '100%',
50-
overflow: 'hidden'
50+
overflow: 'hidden',
51+
color: '#000'
5152
},
5253
'#root': {
5354
height: '100%',

src/views/pages/CLView/StandFor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313

1414
const useStyles = makeStyles(theme => ({
1515
root: {
16+
color: '#000',
1617
background: '#FFF',
1718
paddingTop: 80,
1819
paddingBottom: 80,

0 commit comments

Comments
 (0)