Skip to content

Commit 11f62b5

Browse files
committed
Prevent link styles inheritance.
1 parent d54bd25 commit 11f62b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/react/LogMonitorButton.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const styles = {
1313
marginBottom: 5,
1414
flexGrow: 1,
1515
display: 'inline-block',
16-
fontSize: '0.8em'
16+
fontSize: '0.8em',
17+
color: 'white',
18+
textDecoration: 'none'
1719
}
1820
};
1921

0 commit comments

Comments
 (0)