Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / custom.css
diff --git a/vendor/drupal/drupal-extension/doc/_static/custom.css b/vendor/drupal/drupal-extension/doc/_static/custom.css
new file mode 100644 (file)
index 0000000..cec3c59
--- /dev/null
@@ -0,0 +1,9 @@
+body {
+  background: green;
+}
+
+
+pre {
+  -moz-border-radius: 15px;
+  border-radius: 15px;
+}