diff options
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png | bin | 592 -> 0 bytes | |||
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo.svg | 1 | ||||
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo_48.png | bin | 0 -> 2337 bytes | |||
-rw-r--r-- | themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut | 3 |
4 files changed, 3 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png Binary files differdeleted file mode 100644 index 90adf2f94f..0000000000 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png +++ /dev/null diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo.svg b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo.svg new file mode 100644 index 0000000000..c7a445e93d --- /dev/null +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="-9 -1 100 100"><path d="m -9 -1h100v100h-100z" fill="#00B5E2"/><path d="m40.5 50.8a6.6 6.6 0 1 0 0 13.2 6.6 6.6 0 0 0 0-13.2m-40.5-33.9 7 6.8a47.5 47.5 0 0 1 67.2 0l7-6.8a57.2 57.2 0 0 0-81.2 0" fill="#fff"/><path d="m12.5 29.2 6.8 7a30 30 0 0 1 42.6 0l6.8-7a39.7 39.7 0 0 0-56.3 0" fill="#fff"/><path d="m24.8 41.6 6.8 6.9a12.6 12.6 0 0 1 18 0l6.8-6.9a22.3 22.3 0 0 0-31.6 0" fill="#fff"/><path d="m64.9 39.7a30.2 30.2 0 1 1-48.7 0l-6.9-7a39.9 39.9 0 1 0 62.5 0z" fill="#002B49"/></svg>
\ No newline at end of file diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo_48.png b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo_48.png Binary files differnew file mode 100644 index 0000000000..6fb1f75a40 --- /dev/null +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/logo_48.png diff --git a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut index b7bc770b4b..a6d2936a5f 100644 --- a/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut +++ b/themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut @@ -32,7 +32,8 @@ <meta name="viewport" content="initial-scale=1.0"> <link rel="stylesheet" href="{{ media }}/cascade.css"> <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="{{ media }}/mobile.css" type="text/css" /> - <link rel="shortcut icon" href="{{ media }}/favicon.png"> + <link rel="icon" href="{{ media }}/logo_48.png" sizes="48x48"> + <link rel="icon" href="{{ media }}/logo.svg" sizes="any"> {% if (node?.css): %} <link rel="stylesheet" href="{{ resource }}/{{ node.css }}"> {% endif %} |