diff --git a/client/src/routes/profile.js b/client/src/routes/profile.js index 80f3c07..f56d1bc 100644 --- a/client/src/routes/profile.js +++ b/client/src/routes/profile.js @@ -533,8 +533,9 @@ export default withStyles( background: '#111', color: '#fff !important' }, - '& *': { - fontFamily: 'inherit' + // i very much like css bullcrap + '& *:not([data-bull]):not([data-crap])': { + fontFamily: 'inherit !important' } }, col: {