Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Aug 6, 2023
1 parent 1002895 commit 26df59b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/common/components/configurationView/solarized-dark.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
hljs: {
display: 'block',
overflowX: 'auto',
'overflow-x': 'auto',
padding: '0.5em',
background: '#002b36',
color: '#839496'
Expand Down Expand Up @@ -106,9 +106,9 @@ export default {
background: '#073642'
},
'hljs-emphasis': {
fontStyle: 'italic'
'font-style': 'italic'
},
'hljs-strong': {
fontWeight: 'bold'
'font-weight': 'bold'
}
}
6 changes: 3 additions & 3 deletions src/common/components/configurationView/solarized-light.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
hljs: {
display: 'block',
overflowX: 'auto',
'overflow-x': 'auto',
padding: '0.5em',
background: '#fdf6e3',
color: '#657b83'
Expand Down Expand Up @@ -106,9 +106,9 @@ export default {
background: '#eee8d5'
},
'hljs-emphasis': {
fontStyle: 'italic'
'font-style': 'italic'
},
'hljs-strong': {
fontWeight: 'bold'
'font-weight': 'bold'
}
}

0 comments on commit 26df59b

Please sign in to comment.