From 5618c8b62b18564ea4262cd089dcf54af72afc10 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Wed, 29 Dec 2021 10:24:32 -0800 Subject: [PATCH] minor update to copyright span --- config/default.js | 2 +- static/theme.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index 3714253..bbc66fc 100644 --- a/config/default.js +++ b/config/default.js @@ -49,7 +49,7 @@ const defaultOptions = { pageTitle: packageName, // title on html pages footerEntries: [ // common footers on all html pages 'Development Repository / GitHub mirror', - '©', + '©', ], strictSecrets: false, // If true, reject requests with secrets but not over https publicHub: true, // Accept publish requests as new topics. diff --git a/static/theme.css b/static/theme.css index 4987191..7417e57 100644 --- a/static/theme.css +++ b/static/theme.css @@ -60,6 +60,9 @@ section + section { } .about {} .usage {} +.copyright { + font-size: small; +} .topics {} .subscriptions {} .external { -- 2.43.2