mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
fix: table tr background color
This commit is contained in:
@@ -129,6 +129,10 @@ export default defineConfig({
|
||||
'figure,picture': {
|
||||
margin: '1em 0',
|
||||
},
|
||||
|
||||
'tr:nth-child(2n)': {
|
||||
background: 'none',
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user