From 449434490002a0a86daf2b4736cb4e106aed96d1 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Sat, 7 Oct 2023 17:53:16 +0300 Subject: [PATCH] Improve button border colors in ultra accessible theme --- CHANGELOG.md | 4 ++++ README.md | 11 +++++++++++ layout-multiple-columns.css | 2 +- layout-single-column.css | 2 +- package.json | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7628b7b..b53c3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e5e1273..887a917 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/layout-multiple-columns.css b/layout-multiple-columns.css index 8198512..d4cf5d5 100644 --- a/layout-multiple-columns.css +++ b/layout-multiple-columns.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.7.9 */ + 1.8.0rc1 */ /* CSS variables */ :root { diff --git a/layout-single-column.css b/layout-single-column.css index 93e666c..43363e4 100644 --- a/layout-single-column.css +++ b/layout-single-column.css @@ -1,5 +1,5 @@ /* Mastodon Bird UI by @rolle@mementomori.social - 1.7.9 */ + 1.8.0rc1 */ /* CSS variables */ :root { diff --git a/package.json b/package.json index 65c9559..4a687a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-bird-ui", - "version": "1.7.9", + "version": "1.8.0rc1", "description": "", "main": "index.js", "scripts": {