]> git.mdlowis.com Git - proto/journal.git/commitdiff
removed focus outline for editable content
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 28 Nov 2017 03:06:17 +0000 (22:06 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 28 Nov 2017 03:06:17 +0000 (22:06 -0500)
index.html

index 969883d7510068654f2b71026540ae2060f6f48e..f9bd430fc485b0f00257208dcf9189a7d415111f 100644 (file)
@@ -5,6 +5,13 @@
         <meta charset="utf-8">
         <meta name="description" content="Journal">
         <style>
+               * {
+                               -moz-box-sizing: border-box;
+                               box-sizing: border-box;
+                       }
+                       *:focus {
+                               outline: none;
+                       }
             h1 { font-size: 2.0em; }
             h2 { font-size: 1.5em; }
             h3 { font-size: 1.17em; }