mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Changelog page that pulls from Github Release notes (#867)
* Changelog page that pulls from Github Release notes * Review changelog page styles * Move changelog page title to i18n translations
This commit is contained in:
parent
957584b69c
commit
5da34c4609
6 changed files with 100 additions and 26 deletions
|
@ -52,6 +52,49 @@ module.exports = {
|
|||
to: { "stroke-dashoffset": 0 },
|
||||
},
|
||||
},
|
||||
typography: {
|
||||
DEFAULT: {
|
||||
css: {
|
||||
maxWidth: "none",
|
||||
a: {
|
||||
color: "inherit",
|
||||
textDecoration: "underline",
|
||||
},
|
||||
h2: {
|
||||
fontSize: "1.125rem",
|
||||
fontWeight: "inherit",
|
||||
lineHeight: "1.75rem",
|
||||
marginBottom: "0.625rem",
|
||||
marginTop: "0.875rem",
|
||||
},
|
||||
p: {
|
||||
marginBottom: "0.625rem",
|
||||
marginTop: "0.875rem",
|
||||
},
|
||||
strong: {
|
||||
color: "inherit",
|
||||
},
|
||||
li: {
|
||||
margin: 0,
|
||||
},
|
||||
details: {
|
||||
borderRadius: "12px",
|
||||
marginBottom: "0.875rem",
|
||||
marginTop: "0.875rem",
|
||||
},
|
||||
summary: {
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
columnGap: "0.25rem",
|
||||
},
|
||||
video: {
|
||||
margin: 0,
|
||||
borderBottomLeftRadius: "12px",
|
||||
borderBottomRightRadius: "12px",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue