diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-08-27 18:45:53 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-08-27 18:45:53 +0200 |
commit | a43c3fe265bc7462fa4715e7e26d221826935c14 (patch) | |
tree | 882c6a137c674c5d0dbcfab474d683ed48c34740 /html/options.html | |
parent | 826b4fd80a288f13841b6f6d56cc38e2f43bbc03 (diff) | |
download | browser-extension-a43c3fe265bc7462fa4715e7e26d221826935c14.tar.gz browser-extension-a43c3fe265bc7462fa4715e7e26d221826935c14.zip |
reset CSS rules
Diffstat (limited to 'html/options.html')
-rw-r--r-- | html/options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/options.html b/html/options.html index 81ab002..e7dc3aa 100644 --- a/html/options.html +++ b/html/options.html @@ -8,6 +8,7 @@ <head> <meta charset="utf-8"/> <title>Hachette options</title> + <link type="text/css" rel="stylesheet" href="reset.css" /> <link type="text/css" rel="stylesheet" href="base.css" /> <style> /* pages list */ |