feat: update all CSS to work with lilypad.css
This commit is contained in:
parent
7c621fedce
commit
1166807df3
30 changed files with 275 additions and 306 deletions
|
@ -296,7 +296,7 @@ module.exports = {
|
|||
linkTitle: "View book details",
|
||||
eleventyComputed: {
|
||||
tertiary: (data) =>
|
||||
`<p class="[ flow-space-0.5 ]"><span class="[ text-fadeText ]">by</span> ${data.author}</p>`,
|
||||
`<p class="[ flow-space-2 ]"><span class="[ text-fadeText ]">by</span> ${data.author}</p>`,
|
||||
},
|
||||
};
|
||||
```
|
||||
|
@ -476,7 +476,7 @@ box-shadow:
|
|||
1px 1px 0px var(--color-shadow),
|
||||
2px 2px 0 var(--color-shadow);
|
||||
|
||||
border-radius: var(--spacing-0\.25);
|
||||
border-radius: var(--spacing-1);
|
||||
border: 1px solid var(--color-shadow);
|
||||
|
||||
transition:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue