diff --git a/demos/blockfactory/factory.css b/demos/blockfactory/factory.css
index e838b857c..c0bd9b2b9 100644
--- a/demos/blockfactory/factory.css
+++ b/demos/blockfactory/factory.css
@@ -566,3 +566,14 @@ td.taboff:hover {
.shadowBlock>.blocklyPathDark {
display: none;
}
+
+/* Privacy link */
+.privacyLink {
+ font-family: Roboto, Arial, Helvetica, sans-serif;
+ font-size: small;
+ text-decoration: none;
+}
+
+.privacyButton {
+ float: right;
+}
diff --git a/demos/blockfactory/index.html b/demos/blockfactory/index.html
index 8241e1291..ec4d59402 100644
--- a/demos/blockfactory/index.html
+++ b/demos/blockfactory/index.html
@@ -50,6 +50,8 @@
+
Block Factory
diff --git a/demos/code/index.html b/demos/code/index.html
index 298613f58..9fd858aef 100644
--- a/demos/code/index.html
+++ b/demos/code/index.html
@@ -27,6 +27,7 @@
+ Privacy
|
diff --git a/demos/code/style.css b/demos/code/style.css
index c24df8828..514e17249 100644
--- a/demos/code/style.css
+++ b/demos/code/style.css
@@ -174,3 +174,10 @@ button {
display: table-cell;
}
}
+
+/* Privacy link */
+.privacyLink {
+ font-family: Roboto, Arial, Helvetica, sans-serif;
+ font-size: small;
+ text-decoration: none;
+}
diff --git a/demos/storage/index.html b/demos/storage/index.html
index 38877a092..a20144cd8 100644
--- a/demos/storage/index.html
+++ b/demos/storage/index.html
@@ -21,6 +21,11 @@
background-color: #f9edbe;
border: solid 1px #f0c36d;
}
+ .privacyLink {
+ font-family: Roboto, Arial, Helvetica, sans-serif;
+ font-size: small;
+ text-decoration: none;
+ }
@@ -93,4 +98,7 @@
+