mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-18 19:34:23 +01:00
Fix table > thead rule nesting
This commit is contained in:
parent
caa46452d0
commit
7c7c628fca
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ th.center {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
table th > thead > tr,
|
||||
.table th > thead > tr {
|
||||
table > thead > tr,
|
||||
.table > thead > tr {
|
||||
background: var(--background-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue