diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-06-27 11:46:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 11:46:16 -0400 |
commit | 94819e0ec316f06b27e57b9f02bff6927a5a45b4 (patch) | |
tree | 2d89c17730175aceeedfb8ec1f749ac39ec986a8 /ext/popup.html | |
parent | 6b8cd5e623132b0697d628cd793bafb0d0b86ae0 (diff) |
Move structured content CSS into a separate file (#1769)
Diffstat (limited to 'ext/popup.html')
-rw-r--r-- | ext/popup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/popup.html b/ext/popup.html index 9f71ebe1..3018f8bf 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -13,6 +13,7 @@ <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/material.css"> <link rel="stylesheet" type="text/css" href="/css/display.css"> + <link rel="stylesheet" type="text/css" href="/css/structured-content.css"> </head> <body> |