| | |
| | | max-width: none; |
| | | padding: 4rem 1rem; |
| | | &:nth-of-type(odd) { |
| | | background-color: var(--base-50); |
| | | background-color: rgb(var(--base-50)); |
| | | blockquote { |
| | | --background: var(--base-50); |
| | | --background: rgb(var(--base-50)); |
| | | } |
| | | } |
| | | &:nth-of-type(even) { |
| | | background-color: var(--base-100); |
| | | background-color: rgb(var(--base-100)); |
| | | blockquote { |
| | | --background: var(--base-100); |
| | | --background: rgb(var(--base-100)); |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | .stars .icon { |
| | | background-color: var(--action-0); |
| | | background-color: rgb(var(--action-0)); |
| | | } |
| | | article { |
| | | padding: 1rem; |
| | | border-radius: var(--radius-outer); |
| | | background-color: var(--base); |
| | | background-color: rgb(var(--base)); |
| | | header { |
| | | --align: center; |
| | | >img { |
| | |
| | | width: max-content; |
| | | } |
| | | .icon { |
| | | color: var(--action-0); |
| | | color: rgb(var(--action-0)); |
| | | } |
| | | } |
| | | .footer .button { |