Skip to content

Commit 55c0e52

Browse files
authored
docs: update links in README
1 parent c12f9ee commit 55c0e52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You want to style your angular material dynamically with all the colors in the rainbow? Look no further!
44

5-
[Check out the Demo!](https://johannesjo.github.io/angular-material-css-vars/)
5+
[Check out the Demo!](https://json-derulo.github.io/angular-material-css-vars-legacy/)
66

77
> Only use this package if you are using the Angular Material Legacy Components. In case you already switched to the MDC-based components, please use the
88
> [angular-material-css-vars](https://github.com/johannesjo/angular-material-css-vars) package.
@@ -65,12 +65,12 @@ export class AppModule {
6565
* `setContrastColorThreshold(hueVal: HueValue)`
6666
* Helper to set all variables
6767
* `setVariable(cssVarName: MaterialCssVariables, value: string)`
68-
* You can use the `MaterialCssVariables` enum [from here](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/model.ts) to make sure you get the variable name right.
68+
* You can use the `MaterialCssVariables` enum [from here](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/model.ts) to make sure you get the variable name right.
6969
* Rudimentary dark theme support via body class
7070
* `setDarkTheme(isDark: boolean)`
7171

7272
## Utility
73-
There are also several [utility functions and mixins](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/_public-util.scss).
73+
There are also several [utility functions and mixins](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/_public-util.scss).
7474
```scss
7575
@use 'angular-material-css-vars-legacy/public-util' as mat-css-utilities;
7676
@@ -119,7 +119,7 @@ $mat-css-dark-theme-selector: '.isDarkThemeCUSTOM';
119119
```
120120

121121

122-
A full list of the theme map [can be found here](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/_variables.scss).
122+
A full list of the theme map [can be found here](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/_variables.scss).
123123

124124

125125
### Set default (fallback palettes)
@@ -135,7 +135,7 @@ There are two ways to set the default fallback theme. One is using the `mat-css-
135135
@include mat-css-utilities.mat-css-set-palette-defaults(mat-theming.$mat-pink, 'accent');
136136
@include mat-css-utilities.mat-css-set-palette-defaults(mat-theming.$mat-red, 'warn');
137137
```
138-
The other is to include your own variables for [$mat-css-default-light-theme](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/_variables.scss).
138+
The other is to include your own variables for [$mat-css-default-light-theme](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/_variables.scss).
139139
```scss
140140
@use 'angular-material-css-vars-legacy/main' as mat-css-main;
141141
@use 'angular-material-css-vars-legacy/variables' as mat-css-vars;

0 commit comments

Comments
 (0)