Skip to content

Commit

Permalink
Add dark colors for about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 25, 2023
1 parent 5b31ceb commit 80b7053
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### 1.2.6rc3: 2023-03-24
### 1.2.6: 2023-03-25

* Fix weird padding bug on button-tertiary hover
* Respect the user's choice to use light theme
* Stylelint: Update specificity rules
* Add dark colors for about page

### 1.2.5: 2023-03-24

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.2.5",
"version": "1.2.6",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Mastodon Bird UI by @[email protected]
1.2.6rc3 */
1.2.6 */

/* CSS variables */
:root {
Expand Down Expand Up @@ -292,6 +292,8 @@ a.status-card.compact .status-card__host {
}

/* Dark panels like modals and boxes */
.layout-single-column.theme-default .about__meta,
.layout-single-column.theme-default .about__section__title,
.layout-single-column.theme-default .announcements,
.layout-single-column.theme-default .report-dialog-modal,
.layout-single-column.theme-default .report-modal__target,
Expand Down Expand Up @@ -352,6 +354,7 @@ a.status-card.compact .status-card__host {
}

/* Border colors */
.layout-single-column.theme-default .about__meta__divider,
.layout-single-column.theme-default .poll__footer,
.layout-single-column.theme-default .report-dialog-modal .poll__option.dialog-option,
.layout-single-column.theme-default .account,
Expand Down Expand Up @@ -409,8 +412,8 @@ a.status-card.compact .status-card__host {
}

/* Accented items like links */
.about__section__title,
.account__header__bio .account__header__fields a,
.layout-single-column.theme-default .about__section__title,
.layout-single-column.theme-default .account__header__bio .account__header__fields a,
.layout-single-column.theme-default .column-back-button,
.layout-single-column.theme-default .emoji-mart-anchor.emoji-mart-anchor-selected,
.layout-single-column.theme-default .text-icon-button.active,
Expand Down

0 comments on commit 80b7053

Please sign in to comment.