Merge pull request 'Minor multilingual fix: change date format to "YYYY-MM-DD", add margin to active language in language switcher' (#13) from dobrvlskyi/zola-bearblog:multilingual into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/13
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M templates/style.css.html → templates/style.css.html
@@ -47,6 +47,11 @@ nav a { margin-right: 10px; } + nav active { + font-weight: bold; + margin-right: 10px; + } + textarea { width: 100%; font-size: 1rem;