mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user