Fix typo in doc viewer stylesheet

This commit is contained in:
Veronica Berglyd Olsen
2024-03-30 23:52:46 +01:00
parent d261aee1d0
commit cfde84f851
+1 -1
View File
@@ -483,7 +483,7 @@ class GuiDocViewer(QTextBrowser):
f"mark {{background-color: {colMark};}}\n"
f".tags {{color: {colKeys};}}\n"
f".optional {{color: {colOpts};}}\n"
f".comment {{color: {colHide});}}\n"
f".comment {{color: {colHide};}}\n"
f".synopsis {{color: {colMods};}}\n"
".title {text-align: center;}\n"
)