diff options
author | Alan Pearce | 2024-03-17 15:16:10 +0100 |
---|---|---|
committer | Alan Pearce | 2024-03-17 15:16:18 +0100 |
commit | 742bb471ba6c6cddc7e2de8781bacabbc86369e7 (patch) | |
tree | 491f6da452d12e5356b2e82ec25d15a24fbb2707 /templates/style.css.html | |
parent | 760294e3c41b05ffd816a24193b9de89bda9e4ee (diff) | |
download | zola-bearblog-742bb471ba6c6cddc7e2de8781bacabbc86369e7.tar.lz zola-bearblog-742bb471ba6c6cddc7e2de8781bacabbc86369e7.tar.zst zola-bearblog-742bb471ba6c6cddc7e2de8781bacabbc86369e7.zip |
Reformat CSS
Diffstat (limited to 'templates/style.css.html')
-rw-r--r-- | templates/style.css.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |