@subroh0508/marp-theme-canvas 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.ja.md CHANGED
@@ -7,10 +7,9 @@
7
7
 
8
8
  シンプル・ミニマルなMarpテーマ。余計な装飾を廃し、コンテンツに集中できるデザインです。
9
9
 
10
- ## デモ
10
+ ## ドキュメント
11
11
 
12
- - [White Canvas Demo](https://subroh0508.github.io/marp-theme-canvas/white_canvas_demo.html)
13
- - [Black Canvas Demo](https://subroh0508.github.io/marp-theme-canvas/black_canvas_demo.html)
12
+ [subroh0508.github.io/marp-theme-canvas/](https://subroh0508.github.io/marp-theme-canvas/)
14
13
 
15
14
  ## 特徴
16
15
 
package/README.md CHANGED
@@ -9,7 +9,7 @@ A simple and minimal Marp theme. A design that eliminates unnecessary decoration
9
9
 
10
10
  ## Docs
11
11
 
12
- https://subroh0508.github.io/marp-theme-canvas/
12
+ [subroh0508.github.io/marp-theme-canvas/](https://subroh0508.github.io/marp-theme-canvas/)
13
13
 
14
14
  ## Features
15
15
 
@@ -1,5 +1,5 @@
1
1
  section.display {
2
- --display-font-size: var(--font-size-x3l);
2
+ --display-font-size: var(--font-size-3xl);
3
3
  --display-font-weight: var(--font-weight-bold);
4
4
  justify-content: center;
5
5
  align-items: center;
@@ -1,5 +1,5 @@
1
1
  section.title {
2
- --title-h1-font-size: var(--font-size-x3l);
2
+ --title-h1-font-size: var(--font-size-3xl);
3
3
  --title-metadata-color-text: var(--color-grey-medium);
4
4
  justify-content: center;
5
5
  }
@@ -6,7 +6,7 @@
6
6
  --font-size-l: 1.15em;
7
7
  --font-size-xl: 1.3em;
8
8
  --font-size-xxl: 2em;
9
- --font-size-x3l: 2.5em;
9
+ --font-size-3xl: 2.5em;
10
10
  --font-weight-normal: 400;
11
11
  --font-weight-bold: 700;
12
12
  --font-weight-black: 900;
@@ -45,7 +45,7 @@
45
45
  --font-size-l: 1.15em;
46
46
  --font-size-xl: 1.3em;
47
47
  --font-size-xxl: 2em;
48
- --font-size-x3l: 2.5em;
48
+ --font-size-3xl: 2.5em;
49
49
  --font-weight-normal: 400;
50
50
  --font-weight-bold: 700;
51
51
  --font-weight-black: 900;
@@ -687,7 +687,7 @@ section .cols > .col-10 p > * {
687
687
  }
688
688
 
689
689
  section.title {
690
- --title-h1-font-size: var(--font-size-x3l);
690
+ --title-h1-font-size: var(--font-size-3xl);
691
691
  --title-metadata-color-text: var(--color-grey-medium);
692
692
  justify-content: center;
693
693
  }
@@ -771,7 +771,7 @@ section.agenda > ol ol ol {
771
771
  }
772
772
 
773
773
  section.display {
774
- --display-font-size: var(--font-size-x3l);
774
+ --display-font-size: var(--font-size-3xl);
775
775
  --display-font-weight: var(--font-weight-bold);
776
776
  justify-content: center;
777
777
  align-items: center;
@@ -1,5 +1,5 @@
1
1
  section.display {
2
- --display-font-size: var(--font-size-x3l);
2
+ --display-font-size: var(--font-size-3xl);
3
3
  --display-font-weight: var(--font-weight-bold);
4
4
  justify-content: center;
5
5
  align-items: center;
@@ -1,5 +1,5 @@
1
1
  section.title {
2
- --title-h1-font-size: var(--font-size-x3l);
2
+ --title-h1-font-size: var(--font-size-3xl);
3
3
  --title-metadata-color-text: var(--color-grey-light);
4
4
  justify-content: center;
5
5
  }
@@ -6,7 +6,7 @@
6
6
  --font-size-l: 1.15em;
7
7
  --font-size-xl: 1.3em;
8
8
  --font-size-xxl: 2em;
9
- --font-size-x3l: 2.5em;
9
+ --font-size-3xl: 2.5em;
10
10
  --font-weight-normal: 400;
11
11
  --font-weight-bold: 700;
12
12
  --font-weight-black: 900;
@@ -45,7 +45,7 @@
45
45
  --font-size-l: 1.15em;
46
46
  --font-size-xl: 1.3em;
47
47
  --font-size-xxl: 2em;
48
- --font-size-x3l: 2.5em;
48
+ --font-size-3xl: 2.5em;
49
49
  --font-weight-normal: 400;
50
50
  --font-weight-bold: 700;
51
51
  --font-weight-black: 900;
@@ -687,7 +687,7 @@ section .cols > .col-10 p > * {
687
687
  }
688
688
 
689
689
  section.title {
690
- --title-h1-font-size: var(--font-size-x3l);
690
+ --title-h1-font-size: var(--font-size-3xl);
691
691
  --title-metadata-color-text: var(--color-grey-light);
692
692
  justify-content: center;
693
693
  }
@@ -771,7 +771,7 @@ section.agenda > ol ol ol {
771
771
  }
772
772
 
773
773
  section.display {
774
- --display-font-size: var(--font-size-x3l);
774
+ --display-font-size: var(--font-size-3xl);
775
775
  --display-font-weight: var(--font-weight-bold);
776
776
  justify-content: center;
777
777
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subroh0508/marp-theme-canvas",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "A simple Marp theme with minimal styling",
6
6
  "repository": {
@@ -3,6 +3,6 @@
3
3
  @use '../../canvas/pattern/display' as base;
4
4
 
5
5
  @include base.configure(
6
- $font-size: var(--font-size-x3l),
6
+ $font-size: var(--font-size-3xl),
7
7
  $font-weight-bold: var(--font-weight-bold)
8
8
  );
@@ -3,6 +3,6 @@
3
3
  @use '../../canvas/pattern/title' as base;
4
4
 
5
5
  @include base.configure(
6
- $font-size-title: var(--font-size-x3l),
6
+ $font-size-title: var(--font-size-3xl),
7
7
  $color-metadata-text: var(--color-grey-medium)
8
8
  );
@@ -34,7 +34,7 @@ Each size is defined in `em` units as relative values to the base size.
34
34
  | L | `--font-size-l` | 1.15em | 46px |
35
35
  | XL | `--font-size-xl` | 1.3em | 52px |
36
36
  | XXL | `--font-size-xxl` | 2em | 80px |
37
- | X3L | `--font-size-x3l` | 2.5em | 100px |
37
+ | 3XL | `--font-size-3xl` | 2.5em | 100px |
38
38
 
39
39
  ### Font Weight
40
40
 
@@ -9,7 +9,7 @@
9
9
  $font-size-l: 1.15em,
10
10
  $font-size-xl: 1.3em,
11
11
  $font-size-xxl: 2em,
12
- $font-size-x3l: 2.5em,
12
+ $font-size-3xl: 2.5em,
13
13
  $font-weight-normal: 400,
14
14
  $font-weight-bold: 700,
15
15
  $font-weight-black: 900,
@@ -26,7 +26,7 @@
26
26
  --font-size-l: #{$font-size-l};
27
27
  --font-size-xl: #{$font-size-xl};
28
28
  --font-size-xxl: #{$font-size-xxl};
29
- --font-size-x3l: #{$font-size-x3l};
29
+ --font-size-3xl: #{$font-size-3xl};
30
30
 
31
31
  // Font Weight
32
32
  --font-weight-normal: #{$font-weight-normal};
@@ -3,6 +3,6 @@
3
3
  @use '../../canvas/pattern/display' as base;
4
4
 
5
5
  @include base.configure(
6
- $font-size: var(--font-size-x3l),
6
+ $font-size: var(--font-size-3xl),
7
7
  $font-weight-bold: var(--font-weight-bold)
8
8
  );
@@ -3,6 +3,6 @@
3
3
  @use '../../canvas/pattern/title' as base;
4
4
 
5
5
  @include base.configure(
6
- $font-size-title: var(--font-size-x3l),
6
+ $font-size-title: var(--font-size-3xl),
7
7
  $color-metadata-text: var(--color-grey-light)
8
8
  );