mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-28 06:19:26 +01:00
Fix dark theme table odd style
This commit is contained in:
parent
657a6c43a3
commit
b553b77ceb
@ -26,6 +26,7 @@
|
||||
}
|
||||
|
||||
main #content,
|
||||
table.striped > tbody > tr > td,
|
||||
#article article,
|
||||
#article article h1,
|
||||
#article article h2,
|
||||
@ -70,4 +71,8 @@
|
||||
.collapsible {
|
||||
border-color: #222;
|
||||
}
|
||||
|
||||
table.striped > tbody > tr:nth-child(2n+1) {
|
||||
background-color: #0c0c0c;
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user