This is a comment on Problems when updating from 6.2.1 to 6.3.0, posted by ascrsoft at 07/23/2026 13:30

View source for Re: Problems when updating from 6.2.1 to 6.3.0

I understand that you're tired of the big changes to the wiki. ;)

For my part, I simply fixed the incorrect color in the dark theme.
%%(hl css)
nav-chapter {
  background-color: var(--ww-bg-secondary);
  padding: 10px;
}
%%
I also noticed that the way I used to use Google Translate no longer works because the browser disables it; the JS doesn’t allow it to be embedded directly on the page. So I’ll figure out how to implement it as a JS component.