diff --git a/.DS_Store b/.DS_Store index d936b9d..309951c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.html b/index.html index c659239..172b241 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@

Living Glossary for a Diffractive Publishing Practice

- +
@@ -27,9 +27,9 @@

Please check the source pad and read the instructions if you want to contribute by adding new words, annotations, or properties.

-
+
diff --git a/main.js b/main.js index 423b4cc..7a4b5ba 100644 --- a/main.js +++ b/main.js @@ -54,7 +54,7 @@ fetch("glossary.json").then(response => response.json()).then(data => glossary = } document.getElementById("words").innerHTML = `${words_bag.map(wordBag).join("")}` - document.getElementById("legend").innerHTML = ` ${properties_bag.map(propBag).join("")}` + document.getElementById("legend").innerHTML = ` ${properties_bag.map(propBag).join("")}` }); ///// END OF FETCH!!!!!! diff --git a/pagedjs/interface.css b/pagedjs/interface.css index 198091e..a114c7f 100755 --- a/pagedjs/interface.css +++ b/pagedjs/interface.css @@ -2,7 +2,7 @@ /* Change the look */ :root { - --color-background: rgb(70, 119, 255); + --color-background: rgb(255, 219, 224); --color-pageSheet: #cfcfcf; --color-pageBox: violet; --color-paper: white; diff --git a/style-print.css b/style-print.css index 74a20b6..edd8db4 100644 --- a/style-print.css +++ b/style-print.css @@ -111,6 +111,8 @@ button { } #intro{ + column-count: 1; + column-gap: none; width: 100%; padding: 0; margin: 0; @@ -179,7 +181,7 @@ button { #properties{ font-family: Fluxisch; - font-size: 15pt !important; + font-size: 10pt !important; } #words{ @@ -395,4 +397,5 @@ a { .process { page: language; text-shadow: none; -} \ No newline at end of file +} +