diff --git a/packages/freesewing.dev/' b/packages/freesewing.dev/' deleted file mode 100644 index 0e736d490af..00000000000 --- a/packages/freesewing.dev/' +++ /dev/null @@ -1,93 +0,0 @@ -const colors = require('tailwindcss/colors') - -const bg = '#002808' -module.exports = { - 'fontFamily': `ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;`, - 'primary': colors.lime['700'], - 'primary-focus': colors.lime['600'], - 'primary-content': colors.lime['50'], - - 'secondary': colors.lime['200'], - 'secondary-focus': colors.lime['600'], - 'secondary-content': bg, - - 'accent': colors.lime['700'], - 'accent-focus': colors.lime['600'], - 'accent-content': colors.yellow['200'], - - 'neutral': colors.lime['700'], - 'neutral-focus': colors.lime['600'], - 'neutral-content': colors.lime['200'], - - 'base-100': bg, - 'base-200': colors.lime['900'], - 'base-300': colors.lime['800'], - 'base-content': colors.lime['500'], - - 'info': colors.lime['700'], - 'success': colors.lime['700'], - 'warning': colors.lime['700'], - 'error': colors.lime['700'], - - '--btn-info-content': colors.teal[300], - '--btn-success-content': colors.green[300], - '--btn-warning-content': colors.orange[300], - '--btn-error-content': colors.red[300], - '--rounded-btn': '0', - - '--theme-gradient': `repeating-linear-gradient( - -45deg, - ${colors.lime['700']}, - ${colors.lime['700']} 15px, - ${bg} 15px, - ${bg} 30px - )`, - - '--code-background-color': '#002407', - '--code-border-color': colors.lime['900'], - '--code-color': colors.lime['600'], - '--code-font-family': `"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace`, - '--code-border-radius': 0, - '--code-border-style': 'solid', - '--code-border-width': 1, - '--code-outer-padding': '0 0.5rem', - '--code-inner-padding': '1rem', - '--code-color-keyword': colors.lime['400'], - '--code-font-weight-keyword': 'bold', - '--code-color-entity': colors.lime['400'], - '--code-font-weight-entity': 'bold', - '--code-color-constant': colors.lime['200'], - '--code-color-string': colors.lime['200'], - '--code-font-style-string': 'italic', - '--code-color-variable': colors.lime['400'], - '--code-color-comment': colors.lime['600'], - '--code-color-tag': colors.lime['400'], - '--code-color-property': colors.lime['200'], - '--code-font-weight-property': 'bold', - - '--pattern-bg': colors.lime['900'], - '--pattern-fabric': colors.neutral['700'], - '--pattern-lining': colors.emerald['500'], - '--pattern-interfacing': colors.neutral['400'], - '--pattern-canvas': colors.amber['600'], - '--pattern-various': colors.red['500'], - '--pattern-mark': colors.blue['500'], - '--pattern-contrast': colors.pink['500'], - '--pattern-note': colors.violet['500'], - '--pattern-fabric': colors.neutral['700'], - '--pattern-lining': colors.emerald['500'], - '--pattern-interfacing': colors.neutral['400'], - '--pattern-canvas': colors.amber['600'], - '--pattern-various': colors.red['500'], - '--pattern-mark': colors.blue['500'], - '--pattern-contrast': colors.pink['500'], - '--pattern-note': colors.violet['500'], - - '--pattern-scale': 1, - '--pattern-stroke-xs': "0.2", - '--pattern-stroke-sm': "0.4", - '--pattern-stroke': "0.7", - '--pattern-stroke-lg': "1.3", - '--pattern-stroke-xl': "2", - '--pattern-stroke-xxl': "4", -} diff --git a/packages/freesewing.dev/components/footer.js b/packages/freesewing.dev/components/footer.js index aa5c8292237..9201c804c22 100644 --- a/packages/freesewing.dev/components/footer.js +++ b/packages/freesewing.dev/components/footer.js @@ -72,8 +72,8 @@ const Footer = ({ app }) => (
Our Discord server is - the best place to ask questions and get help. It's where our community hangs out - so you'll get the fastest response and might even make a few new friends along the way. + the best place to ask questions and get help. It's where our community hangs out + so you'll get the fastest response and might even make a few new friends along the way.
You can also reach out on Twitter or (
@@ -121,8 +124,17 @@ const Footer = ({ app }) => ( @@ -134,16 +146,16 @@ const Footer = ({ app }) => ( diff --git a/packages/freesewing.dev/components/header.js b/packages/freesewing.dev/components/header.js index af9d6b74792..ee120a9e834 100644 --- a/packages/freesewing.dev/components/header.js +++ b/packages/freesewing.dev/components/header.js @@ -20,7 +20,7 @@ const Header = ({ app }) => { sm:hidden z-30 `}> -This paragraph is here to show the vertical spacing between headings and paragraphs. - In addition, let's make it a bit longer so we can see the line height as the text wraps. + In addition, let's make it a bit longer so we can see the line height as the text wraps.
) @@ -28,7 +29,7 @@ export default (props) => {This typography page shows an overview of different elements and how they are styled.
-It's a good starting point for theme development.
+It's a good starting point for theme development.