all repos — zola-bearblog @ 742bb471ba6c6cddc7e2de8781bacabbc86369e7

Port of bear blog theme to zola

Reformat CSS

Alan Pearce
commit

742bb471ba6c6cddc7e2de8781bacabbc86369e7

parent

760294e3c41b05ffd816a24193b9de89bda9e4ee

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M netlify.tomlnetlify.toml
@@ -22,4 +22,4 @@ X-Content-Type-Options = "nosniff"
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'"
M templates/style.css.htmltemplates/style.css.html
@@ -48,8 +48,8 @@ margin-right: 10px;
} nav active { - font-weight: bold; - margin-right: 10px; + font-weight: bold; + margin-right: 10px; } textarea {