Skip to content

Commit

Permalink
Fix bad contrast in links in custom page footers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Dec 3, 2023
1 parent a7d6bd7 commit a6bdec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Add an `image_url` row-level attribute to the [datagrid](https://sql.ophir.dev/documentation.sql?component=datagrid#component) component to display tiny avatar images in data grids.
- change breakpoints in the [hero](https://sql.ophir.dev/documentation.sql?component=hero#component) component to make it more responsive on middle-sized screens such as tablets or small laptops. This avoids the hero image taking up the whole screen on these devices.
- add an `image_url` row-level attribute to the [list](https://sql.ophir.dev/documentation.sql?component=list#component) component to display small images in lists.
- Fix bad contrast in links in custom page footers.

## 0.17.0

Expand Down
5 changes: 5 additions & 0 deletions sqlpage/sqlpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ td > p {
::-webkit-scrollbar-thumb {
background: var(--tblr-primary) !important;
}

.text-secondary a {
color: inherit;
text-decoration: underline;
}

0 comments on commit a6bdec7

Please sign in to comment.