Skip to content

Commit

Permalink
remove background color from layout detail pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswinehart committed Aug 8, 2024
1 parent 8cf6917 commit 256d4da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion layouts/_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ format:
html:
css:
- /components/_partials/components.css
- _partials/layouts-list.css
toc: false
code-line-numbers: true
include-after-body: ../components/_partials/componentsjs.html
Expand Down
16 changes: 8 additions & 8 deletions layouts/_partials/layouts-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ The Layouts list page (/layouts/index.qmd) gets styling primarily from /componen
background: linear-gradient(175deg,
rgba(250, 250, 250, 1),
rgba(248, 248, 248, 1),
rgba(75, 0, 193, .01), /* indigo */
rgba(75, 0, 193, .01), /* indigo */
rgba(116, 20, 156, .01), /* purple */
rgba(116, 20, 156, .01), /* purple */
rgba(191, 0, 127, .01), /* pink */
rgba(191, 0, 127, .01), /* pink */
rgba(193, 0, 0, .01), /* red */
rgba(193, 0, 0, .02) /* red */
rgba(75, 0, 193, .02), /* indigo */
rgba(75, 0, 193, .02), /* indigo */
rgba(116, 20, 156, .02), /* purple */
rgba(116, 20, 156, .02), /* purple */
rgba(191, 0, 127, .02), /* pink */
rgba(191, 0, 127, .02), /* pink */
rgba(193, 0, 0, .02), /* red */
rgba(193, 0, 0, .04) /* red */
100%);
}

Expand Down

0 comments on commit 256d4da

Please sign in to comment.