Merge branch 'ios-candidate' of https://github.com/brentsimmons/NetNewsWire into ios-candidate

This commit is contained in:
Maurice Parker 2019-12-26 12:22:10 -07:00
commit 1043b42472
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
:root { :root {
color-scheme: light dark; color-scheme: light dark;

View File

@ -8,6 +8,7 @@ body {
word-wrap: break-word; word-wrap: break-word;
word-break: break-word; word-break: break-word;
-webkit-hyphens: auto; -webkit-hyphens: auto;
-webkit-text-size-adjust: none;
} }
a { a {