Merge more styles and fix styling of tables with explicit thead/tbody/tfoot

Also use :matches() to simplify some rules.

# Conflicts:
#	Mac/MainWindow/Detail/styleSheet.css
#	iOS/Resources/styleSheet.css
This commit is contained in:
Nate Weaver
2020-04-23 23:18:46 -05:00
parent a7ca5bfa79
commit 37ae46ea4c
3 changed files with 8 additions and 11 deletions

View File

@@ -43,13 +43,9 @@ body .header a:link, body .header a:visited {
}
pre {
line-height: 1.4286em;
border: 1px solid var(--secondary-accent-color);
padding: 5px;
}
code, pre {
font-size: .8235rem;
}
.nnw-overflow table {
border: 1px solid var(--secondary-accent-color);