commit 7f094e3daac5d81f7acaf668528437aafad5a82b from: mischa date: Tue Jun 06 21:16:02 2023 UTC css changes commit - 9122df5c021cc53bec404be4a56048399353aacf commit + 7f094e3daac5d81f7acaf668528437aafad5a82b blob - 222fce62823de1ce0a4ff54f2c4a6d3e95e3a126 blob + ad427a2b26f13cb49abfacd4b8d60c4d4afab689 --- style.css +++ 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; }