Procházet zdrojové kódy

normalized box-shadow

Heydon Pickering před 8 roky
rodič
revize
3c39019dba
35 změnil soubory, kde provedl 34 přidání a 34 odebrání
  1. 1 1
      docs/404.html
  2. 1 1
      docs/css/styles.css
  3. 1 1
      docs/index.html
  4. 1 1
      docs/patterns/coding/code-blocks/index.html
  5. 1 1
      docs/patterns/coding/color-palettes/index.html
  6. 1 1
      docs/patterns/coding/command-line/index.html
  7. 1 1
      docs/patterns/coding/demo-embedding/index.html
  8. 1 1
      docs/patterns/coding/file-trees/index.html
  9. 1 1
      docs/patterns/coding/index.html
  10. 1 1
      docs/patterns/coding/tested/index.html
  11. 1 1
      docs/patterns/coding/writing-inline-demos/index.html
  12. 1 1
      docs/patterns/help/index.html
  13. 1 1
      docs/patterns/index.html
  14. 1 1
      docs/patterns/installation/index.html
  15. 1 1
      docs/patterns/library-setup/index.html
  16. 1 1
      docs/patterns/media/including-images/index.html
  17. 1 1
      docs/patterns/media/including-videos/index.html
  18. 1 1
      docs/patterns/media/index.html
  19. 1 1
      docs/patterns/printing/index.html
  20. 1 1
      docs/patterns/serving/index.html
  21. 1 1
      docs/patterns/updating/index.html
  22. 1 1
      docs/patterns/writing/expandable-sections/index.html
  23. 1 1
      docs/patterns/writing/index.html
  24. 1 1
      docs/patterns/writing/library-structure/index.html
  25. 1 1
      docs/patterns/writing/markdown-and-metadata/index.html
  26. 1 1
      docs/patterns/writing/notes-and-warnings/index.html
  27. 1 1
      docs/patterns/writing/references/index.html
  28. 1 1
      docs/patterns/writing/snippets/index.html
  29. 1 1
      docs/patterns/writing/tables-of-contents/index.html
  30. 1 1
      docs/print-version/index.html
  31. 0 0
      docs/service-worker.js
  32. 1 1
      docs/tags/markdown/index.html
  33. 1 1
      docs/tags/metadata/index.html
  34. 1 1
      themes/infusion/layouts/_default/baseof.html
  35. 1 1
      themes/infusion/static/css/styles.css

+ 1 - 1
docs/404.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/css/styles.css

@@ -382,7 +382,7 @@ caption {
 }
 #menu-button:focus {
     outline: none;
-    box-shadow: inset 0 0 0 0.25rem #ccc;
+    box-shadow: inset 0 0 0 0.25rem #888;
 }
 /* Tables of contents */
 

+ 1 - 1
docs/index.html

@@ -23,7 +23,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/code-blocks/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/color-palettes/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/command-line/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/demo-embedding/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/file-trees/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/tested/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/coding/writing-inline-demos/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/help/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/installation/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/library-setup/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/media/including-images/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/media/including-videos/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/media/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/printing/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/serving/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/updating/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/expandable-sections/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/library-structure/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/markdown-and-metadata/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/notes-and-warnings/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/references/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/snippets/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/patterns/writing/tables-of-contents/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/print-version/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
docs/service-worker.js


+ 1 - 1
docs/tags/markdown/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
docs/tags/metadata/index.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="https://thepaciellogroup.github.io/infusion/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css">
+    <link rel="stylesheet" href="https://thepaciellogroup.github.io/infusion/css/prism.css" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="https://thepaciellogroup.github.io/infusion/css/styles.css">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
themes/infusion/layouts/_default/baseof.html

@@ -22,7 +22,7 @@
     <meta name="msapplication-TileImage" content="{{ "images/ms-icon-144x144.png" | absURL }}">
     <meta name="theme-color" content="#ffffff">
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
-    <link rel="stylesheet" href="{{ "css/prism.css" | absURL }}">
+    <link rel="stylesheet" href="{{ "css/prism.css" | absURL }}" media="none" onload="this.media='all';">
     <link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | absURL }}">
     <style id="inverter" media="none">
       html { filter: invert(100%) }

+ 1 - 1
themes/infusion/static/css/styles.css

@@ -382,7 +382,7 @@ caption {
 }
 #menu-button:focus {
     outline: none;
-    box-shadow: inset 0 0 0 0.25rem #ccc;
+    box-shadow: inset 0 0 0 0.25rem #888;
 }
 /* Tables of contents */
 

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů