diff --git a/style.css b/style.css index 222fce6..ad427a2 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,3 @@ -html { font-size: 16px; -webkit-text-size-adjust: 100%; } a { color: #204fd5; } a:hover, a:visited:hover { color: #204fd5; } a:visited { color: #334f83; } @@ -13,7 +12,6 @@ pre i::before { content: "> "; color: #aaa; } pre strong { background-color: #0000cc; color: #fff; } pre { font-size: 15px; overflow-x: auto; color: #000; } - a { background-color: transparent; } a, blockquote, body, code, div, form, h1, h2, h3, html, input, li, ol, p, pre, table, td, textarea, th, tr, ul { box-sizing: border-box; } button, input[type="submit"], input[type="text"], input[type="email"] { -webkit-appearance: none; -moz-appearance: none; overflow: visible; }