Skip to content

Commit

Permalink
Improve button border colors in ultra accessible theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 7, 2023
1 parent 4b4aa07 commit 4494344
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.8.0rc1: 2023-10-07

* Improve button border colors in ultra accessible theme

### 1.7.9: 2023-10-04

* Improve the visibility of column header borders in advanced view
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,17 @@ body.theme-mastodon-bird-ui-accessible {
.notification__filter-bar button.active {
background-color: var(--color-mud) !important;
}
/* More visible button borders */
.account .account__relationship > .button,
.account__header__tabs__buttons .button,
.account__header__tabs__buttons .icon-button,
.column-inline-form button,
.explore__suggestions .account-card__actions__button button,
.notification .account__relationship > .button,
.notification__report__actions .button {
border-color: var(--color-light-text) !important;
}
```

After this you need to edit localisations in `config/locales/en.yml` (`nano config/locales/en.yml`) and add these lines:
Expand Down
2 changes: 1 addition & 1 deletion layout-multiple-columns.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
1.7.9 */
1.8.0rc1 */

/* CSS variables */
:root {
Expand Down
2 changes: 1 addition & 1 deletion layout-single-column.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
1.7.9 */
1.8.0rc1 */

/* CSS variables */
:root {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastodon-bird-ui",
"version": "1.7.9",
"version": "1.8.0rc1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4494344

Please sign in to comment.