diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-21 00:22:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 00:22:21 -0500 |
commit | 1e4545107df139a3a87b18256438a7635aa84ff6 (patch) | |
tree | c18e96743558e5eb59f7a7f26f527d9ffc651780 /ext/action-popup.html | |
parent | ae1f7ad9fec358f386e763e8e239a716bf9da258 (diff) |
Rename context.css to action-popup.css (#1428)
Diffstat (limited to 'ext/action-popup.html')
-rw-r--r-- | ext/action-popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/action-popup.html b/ext/action-popup.html index 4ffed0d7..03c94846 100644 --- a/ext/action-popup.html +++ b/ext/action-popup.html @@ -11,7 +11,7 @@ <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64"> <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> - <link rel="stylesheet" type="text/css" href="/css/context.css"> + <link rel="stylesheet" type="text/css" href="/css/action-popup.css"> </head> <body> |