about summary refs log tree commit diff
path: root/app/javascript/styles/contrast
AgeCommit message (Collapse)Author
2022-11-04Fix wrong colors in the high-contrast theme (#19708)Eugen Rochko
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
* Change public accounts pages to mount the web UI * Fix handling of remote usernames in routes - When logged in, serve web app - When logged out, redirect to permalink - Fix `app-body` class not being set sometimes due to name conflict * Fix missing `multiColumn` prop * Fix failing test * Use `discoverable` attribute to control indexing directives * Fix `<ColumnLoading />` not using `multiColumn` * Add `noindex` to accounts in REST API * Change noindex directive to not be rendered by default before a route is mounted * Add loading indicator for detailed status in web UI * Fix missing indicator appearing while account is loading in web UI
2022-10-13Change about page to be mounted in the web UI (#19345)Eugen Rochko
2022-06-19Fix contrast of some elements with new brand colors (#18691)Eugen Rochko
2020-09-15Fix unreadable placeholder text color in high contrast theme in web UI (#14803)Eugen Rochko
Fix #14717
2019-06-06Fix sass-lint config (#10982)Yamagishi Kazutoshi
2019-05-07Fix some colors of high contrast theme (#10711)nzws
* Fix "nothing here" text color of high contrast * Fix counter border color of high contrast
2019-02-13Fix color of static page links in high contrast theme (#10028)Eugen Rochko
2019-02-01Fix link color in high-contrast theme, add underlines (#9949)Eugen Rochko
Improve sorting of default themes in the dropdown
2018-04-22Fix text colors (#7227)Lynx Kotoura
2018-04-21Separate high contrast theme (#7213)Lynx Kotoura