all repos — zola-bearblog @ 760294e3c41b05ffd816a24193b9de89bda9e4ee

Port of bear blog theme to zola

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

Alan Pearce
commit

760294e3c41b05ffd816a24193b9de89bda9e4ee

parent

e5ea07c4d62e19102764be22bfeb221bb77bd9c5

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M templates/style.css.htmltemplates/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;