mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Get Material Design Lite files from cdnjs
It looks like getmdl.io has effectively gone offline, as it's now returning 403 errors. Long-term it might be better to vendor the libraries, but the release archives on GitHub don't include the indigo-blue CSS file, so the highlight colour for everything is pink. There's probably a way to override that, but while the docs are included, they aren't prebuilt, so it's not as quick a fix as just switching CDN.
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
<title>LOOT: {{ page.title }}</title>
|
||||
<link rel="shortcut icon" type="image/ico" href="/images/icon.ico">
|
||||
|
||||
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-blue.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.min.js" integrity="sha512-mPYFRGkgrXvIQo9eMKjv5vuy73j7kXXelllj3W49nVCKarBVOUxNai2dnqVIp8QnnVS7AKHwdFyZSVibSqWtkw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.indigo-blue.min.css" integrity="sha512-jrmVK4Tmxje8FYWsi+8bsHBx9EwGB9i3jHw8WTzf6JrRm1c5jWBGY9eluAv0xKrssO3uxbVWhLaYh13CmkytJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user