diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 5d5c1d9..0b99b7c 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -16,6 +16,19 @@ html { line-height: 1.15; } +/* + * Restrict sizing to the page width in all browsers (opinionated). + * sanitize/page + */ +iframe, +img, +input, +select, +textarea { + height: auto; + max-width: 100%; +} + h1, h2, h3, @@ -52,6 +65,11 @@ a:hover { outline-width: 0; } +a, +a:hover { + text-decoration: none; +} + button, input, select, @@ -192,24 +210,6 @@ samp { border: 0; } -/* - * Restrict sizing to the page width in all browsers (opinionated). - * sanitize/page - */ -iframe, -img, -input, -select, -textarea { - height: auto; - max-width: 100%; -} - -a, -a:hover { - text-decoration: none; -} - em { font-style: italic; font-weight: lighter;