diff options
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 152b38e2..a949beff 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -11,9 +11,9 @@ <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="/mixed/css/material.css"> - <link rel="stylesheet" type="text/css" href="/mixed/css/display.css"> - <link rel="stylesheet" type="text/css" href="/mixed/css/search.css"> + <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/search.css"> </head> <body> |