aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2024-05-20 15:16:00 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2024-05-20 15:45:45 -0400
commitd7ef4baef09d1578bb64706eed850f330fddec82 (patch)
tree9a92a734d435d2764f29de419f01b68e8e323f3d
parent9d7b827c914f1d0ffaef41d93b4539885399862a (diff)
Ensure the options page is sans-serifHEADmaster
-rw-r--r--chrome/manifest.json2
-rw-r--r--common/options.html5
-rw-r--r--firefox/manifest.json2
3 files changed, 7 insertions, 2 deletions
diff --git a/chrome/manifest.json b/chrome/manifest.json
index fded481..f816f58 100644
--- a/chrome/manifest.json
+++ b/chrome/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Wayback Machine Lookup",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Reopen the current tab in the Wayback Machine",
"icons": {
"16": "icon16.png",
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>
diff --git a/firefox/manifest.json b/firefox/manifest.json
index e6fa3c4..f6d3b06 100644
--- a/firefox/manifest.json
+++ b/firefox/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Wayback Machine Lookup",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Reopen the current tab in the Wayback Machine",
"icons": {
"48": "icon.svg",