diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a13f1..71c22f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.0.9 + +- (Fix) Actually compile the stylesheet from 2.0.8 so it is included (whoops). +- (New) zh-tw localization thanks to zeteticl. + # 2.0.8 - (Refinement) Adjustment to increase contrast of secondary labels for dark theme. diff --git a/styles/dorako-ui.css b/styles/dorako-ui.css index e15cc63..9840091 100644 --- a/styles/dorako-ui.css +++ b/styles/dorako-ui.css @@ -495,7 +495,7 @@ .dorako-ui.dark-theme:not(.premium).window-app form .form-group span.units, .dorako-ui.dark-theme:not(.premium).window-app form .notes, .dorako-ui.dark-theme:not(.premium).window-app form .hint { - color: var(--color-text-dark-6); + color: #a9a798; } .dorako-ui.dark-theme:not(.premium).window-app.filepicker .private .directory, .dorako-ui.dark-theme:not(.premium).window-app.filepicker .public .private.dir { background: rgba(115, 49, 255, 0.15);