diff --git a/index.html b/index.html index b26294fa41fc20..d8e7f51251eed0 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@

1.0 Is The Loneliest Number

-

Many entrepreneurs idolize Steve Jobs. He’s such a perfectionist, they say. Nothing leaves the doors of 1 Infinite Loop in Cupertino without a polish and finish that makes geeks everywhere drool. No compromise!

+

Many entrepreneurs idolize Steve Jobs. He’s such a  perfectionist , they say. Nothing leaves the doors of 1 Infinite Loop in Cupertino without a polish and finish that makes geeks everywhere drool. No compromise!

I like Apple for the opposite reason: they’re not afraid of getting a rudimentary 1.0 out into the world.

diff --git a/style.css b/style.css index 98548bc17e11e7..b3526e3bb00e96 100644 --- a/style.css +++ b/style.css @@ -465,3 +465,16 @@ img.align-right { width: 340px; margin: 0 0 0 16px; } + +p a { + text-decoration: none; + color: #006799; + background: rgba(0, 142, 194, 0.2); + padding: 0 6px; + border-radius: 2px; +} + +.space-sep { + text-indent: -5px; + display: inline-block; +}