about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-03-17 15:16:10 +0100
committerAlan Pearce2024-03-17 15:16:18 +0100
commit742bb471ba6c6cddc7e2de8781bacabbc86369e7 (patch)
tree491f6da452d12e5356b2e82ec25d15a24fbb2707
parent760294e3c41b05ffd816a24193b9de89bda9e4ee (diff)
downloadzola-bearblog-742bb471ba6c6cddc7e2de8781bacabbc86369e7.tar.lz
zola-bearblog-742bb471ba6c6cddc7e2de8781bacabbc86369e7.tar.zst
zola-bearblog-742bb471ba6c6cddc7e2de8781bacabbc86369e7.zip
Reformat CSS
-rw-r--r--netlify.toml2
-rw-r--r--templates/style.css.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index dc69016..26d163f 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -22,4 +22,4 @@ command = "zola build --base-url $DEPLOY_PRIME_URL"
     X-XSS-Protection = "1; mode=block"
     Referrer-Policy = "strict-origin-when-cross-origin"
     Strict-Transport-Security = "max-age=63072000; includeSubdomains"
-    Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-5K5tkbXKXWE7Xcs3HIt98Y+XOWAAsdSyGzixGECKPcA='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"
+    Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-8V+sSVjbj+U897SSFG8AIOvquoI2drTloxs2lLwHCEw='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"
diff --git a/templates/style.css.html b/templates/style.css.html
index 1cd23b6..716880d 100644
--- a/templates/style.css.html
+++ b/templates/style.css.html
@@ -48,8 +48,8 @@
   }
 
   nav active {
-  font-weight: bold;
-  margin-right: 10px;
+    font-weight: bold;
+    margin-right: 10px;
   }
 
   textarea {