add some way to easily identify links
This commit is contained in:
@@ -24,9 +24,9 @@ module.exports = {
|
|||||||
typography: () => ({
|
typography: () => ({
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
|
...defaultTitleStyles,
|
||||||
"font-size": "13pt",
|
"font-size": "13pt",
|
||||||
"font-family": '"Courier Prime", monospace',
|
"font-family": '"Courier Prime", monospace',
|
||||||
...defaultTitleStyles,
|
|
||||||
p: {
|
p: {
|
||||||
"margin-top": "0.8em",
|
"margin-top": "0.8em",
|
||||||
"margin-bottom": "0.8em",
|
"margin-bottom": "0.8em",
|
||||||
@@ -38,7 +38,8 @@ module.exports = {
|
|||||||
"border-radius": "1rem",
|
"border-radius": "1rem",
|
||||||
},
|
},
|
||||||
a: {
|
a: {
|
||||||
"text-decoration": "none",
|
"text-decoration": "wavy underline var(--color-contrast-content)",
|
||||||
|
// "text-decoration-thickness": "0.1em",
|
||||||
color: "var(--color-contrast-content)",
|
color: "var(--color-contrast-content)",
|
||||||
},
|
},
|
||||||
"a.btn-primary": {
|
"a.btn-primary": {
|
||||||
|
|||||||
Reference in New Issue
Block a user