diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-05-20 15:16:00 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-05-20 15:45:45 -0400 |
commit | d7ef4baef09d1578bb64706eed850f330fddec82 (patch) | |
tree | 9a92a734d435d2764f29de419f01b68e8e323f3d /common/options.html | |
parent | 9d7b827c914f1d0ffaef41d93b4539885399862a (diff) |
Diffstat (limited to 'common/options.html')
-rw-r--r-- | common/options.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/options.html b/common/options.html index 47042af..c854e31 100644 --- a/common/options.html +++ b/common/options.html @@ -13,6 +13,11 @@ License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE html> <title>Wayback Machine Lookup</title> +<style> + html { + font-family: sans-serif; + } +</style> <form id="clickBehavior"> When searching the Wayback Machine:<br> <label><input type="radio" name="clickBehavior" value="search"> Show all search results.</label><br> |