diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-26 14:13:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 14:13:53 -0500 |
commit | 3f7c76dbc787e443c6afb13f1a44520885159c1b (patch) | |
tree | 20b7b2e3f0be02ba215e824160f06ae3929389e3 /ext/bg/popup-preview.html | |
parent | 92e9f69c8069644c544301a51fbbd351e799e99d (diff) |
Yomichan popup styles refactor (#1067)
* Rename classes yomichan-float to yomichan-popup
* Use attributes instead of classes
* Refactor
* Update popup outer scaling
* Update outer theme usage
* Move client.css to popup-outer.css in /mixed
Diffstat (limited to 'ext/bg/popup-preview.html')
-rw-r--r-- | ext/bg/popup-preview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/popup-preview.html b/ext/bg/popup-preview.html index 61df0876..75386e24 100644 --- a/ext/bg/popup-preview.html +++ b/ext/bg/popup-preview.html @@ -12,7 +12,7 @@ <link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/bg/css/popup-preview.css"> - <link rel="stylesheet" type="text/css" href="/fg/css/client.css" id="client-css"> + <link rel="stylesheet" type="text/css" href="/mixed/css/popup-outer.css" id="popup-outer-css"> </head> <body> |