Skip to content

Commit

Permalink
css bullcrap
Browse files Browse the repository at this point in the history
  • Loading branch information
voxxal committed Mar 30, 2024
1 parent efe0ee0 commit 9bdd578
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/src/routes/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9bdd578

Please sign in to comment.