summaryrefslogtreecommitdiff
path: root/ext/bg/settings-popup-preview.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-13 12:10:00 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-13 12:12:52 -0400
commit1b96e69ea2bfe26ded82e2f058d30500290e9d2d (patch)
tree437f8f97629ea735089a8f7195b2cea09eadb894 /ext/bg/settings-popup-preview.html
parentb34ff7ebe9004d85140cced007c67ca2c9f59396 (diff)
Placeholder and improve consistency of stylesheet rule priorities
Diffstat (limited to 'ext/bg/settings-popup-preview.html')
-rw-r--r--ext/bg/settings-popup-preview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings-popup-preview.html b/ext/bg/settings-popup-preview.html
index bfe4550c..07caa271 100644
--- a/ext/bg/settings-popup-preview.html
+++ b/ext/bg/settings-popup-preview.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Yomichan Popup Preview</title>
- <link rel="stylesheet" type="text/css" href="/fg/css/client.css">
+ <link rel="stylesheet" type="text/css" href="/fg/css/client.css" id="client-css">
<style>
html {
transition: background-color 0.25s linear 0s, color 0.25s linear 0s;