Skip to content

Commit faea7e1

Browse files
committed
Merge branch 'main' into dev
2 parents 617bbf3 + ecfcf7e commit faea7e1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/src/content/docs/slides/themes/default.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ theme: default
4646

4747
## CSS
4848

49-
Here you can check the CSS of the [default theme](https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview/themes/default.css).
49+
Here you can check the CSS of the [default theme](https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src/themes/default.css).
5050

5151
### CSS variables
5252

@@ -100,4 +100,4 @@ Here you can check the CSS of the [default theme](https://github.com/estruyf/vsc
100100
--demotime-two-columns-color: var(--demotime-color);
101101
--demotime-two-columns-heading-color: var(--demotime-heading-color);
102102
--demotime-two-columns-heading-background: var(--demotime-heading-background);
103-
```
103+
```

docs/src/content/docs/slides/themes/frost.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theme: frost
4545

4646
## CSS
4747

48-
Here you can check the CSS of the [Frost theme](https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview/themes/frost.css).
48+
Here you can check the CSS of the [Frost theme](https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src/themes/frost.css).
4949

5050
### CSS variables
5151

@@ -113,4 +113,4 @@ Here you can check the CSS of the [Frost theme](https://github.com/estruyf/vscod
113113
--demotime-two-columns-color: var(--demotime-color);
114114
--demotime-two-columns-heading-color: var(--demotime-primary);
115115
--demotime-two-columns-heading-background: transparent;
116-
```
116+
```

docs/src/content/docs/slides/themes/minimal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theme: minimal
4545

4646
## CSS
4747

48-
Here you can check the CSS of the [minimal theme](https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview/themes/minimal.css).
48+
Here you can check the CSS of the [minimal theme](https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src/themes/minimal.css).
4949

5050
### CSS variables
5151

@@ -99,4 +99,4 @@ Here you can check the CSS of the [minimal theme](https://github.com/estruyf/vsc
9999
--demotime-two-columns-color: var(--demotime-color);
100100
--demotime-two-columns-heading-color: var(--demotime-heading-color);
101101
--demotime-two-columns-heading-background: var(--demotime-heading-background);
102-
```
102+
```

docs/src/content/docs/slides/themes/monomi.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theme: monomi
4545

4646
## CSS
4747

48-
Here you can check the CSS of the [monomi theme](https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview/themes/monomi.css).
48+
Here you can check the CSS of the [monomi theme](https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src/themes/monomi.css).
4949

5050
### CSS variables
5151

@@ -105,4 +105,4 @@ Here you can check the CSS of the [monomi theme](https://github.com/estruyf/vsco
105105
--demotime-two-columns-color: var(--demotime-color);
106106
--demotime-two-columns-heading-color: var(--demotime-heading-color);
107107
--demotime-two-columns-heading-background: var(--demotime-heading-background);
108-
```
108+
```

docs/src/content/docs/slides/themes/quantum.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theme: quantum
4545

4646
## CSS
4747

48-
Here you can check the CSS of the [Quantum theme](https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview/themes/quantum.css).
48+
Here you can check the CSS of the [Quantum theme](https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src/themes/quantum.css).
4949

5050
### CSS variables
5151

@@ -111,4 +111,4 @@ Here you can check the CSS of the [Quantum theme](https://github.com/estruyf/vsc
111111
--demotime-two-columns-color: var(--demotime-color);
112112
--demotime-two-columns-heading-color: var(--demotime-primary);
113113
--demotime-two-columns-heading-background: transparent;
114-
```
114+
```

docs/src/content/docs/slides/themes/unnamed.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ theme: unnamed
4545

4646
## CSS
4747

48-
Here you can check the CSS of the [unnamed theme](https://github.com/estruyf/vscode-demo-time/blob/dev/src/preview/themes/unnamed.css).
48+
Here you can check the CSS of the [unnamed theme](https://github.com/estruyf/vscode-demo-time/tree/main/apps/webviews/src/themes/unnamed.css).
4949

5050
### CSS variables
5151

@@ -103,4 +103,4 @@ Here you can check the CSS of the [unnamed theme](https://github.com/estruyf/vsc
103103
--demotime-two-columns-color: var(--demotime-color);
104104
--demotime-two-columns-heading-color: var(--demotime-heading-color);
105105
--demotime-two-columns-heading-background: var(--demotime-heading-background);
106-
```
106+
```

0 commit comments

Comments
 (0)