Skip to content

Commit

Permalink
callout box colors for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
‘topepo’ committed Jun 29, 2024
1 parent 361cb00 commit 2ede813
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 5,058 deletions.
14 changes: 10 additions & 4 deletions _freeze/chapters/categorical-predictors/execute-results/html.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions _freeze/chapters/embeddings/execute-results/html.json

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions _freeze/chapters/interactions-nonlinear/execute-results/html.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _freeze/chapters/introduction/execute-results/html.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions _freeze/chapters/numeric-predictors/execute-results/html.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions _freeze/chapters/overfitting/execute-results/html.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions _freeze/chapters/whole-game/execute-results/html.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _freeze/index/execute-results/html.json

Large diffs are not rendered by default.

3,686 changes: 0 additions & 3,686 deletions chapters/categorical-predictors.html

This file was deleted.

1,334 changes: 0 additions & 1,334 deletions chapters/embeddings.html

This file was deleted.

15 changes: 0 additions & 15 deletions chapters/whole-game_files/execute-results/html.json

This file was deleted.

18 changes: 9 additions & 9 deletions includes/aml4td-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ p code:not(.sourceCode) {
padding: 0.25em 1em 0.5em 3em;
margin-top: 10px;
margin-bottom: 10px;
background: #e6f2ff 5px center/3em no-repeat;
background: #5f9ea0 5px center/3em no-repeat;
background-image: url("https://raw.githubusercontent.com/microsoft/fluentui-system-icons/086c7fdf41e88c8d18cf7edf6c42a471cf47b36f/assets/Important/SVG/ic_fluent_important_32_filled.svg");
background-position: 0.6em 0.5em;
background-size: 3% auto;
border-radius: 10px;
font-size: 1rem;
color: $black;
color: #FFFFFF;
}

.important-box::before {
Expand All @@ -82,13 +82,13 @@ p code:not(.sourceCode) {
padding: 0.25em 1em 0.5em 3em;
margin-top: 10px;
margin-bottom: 10px;
background: #fbe9e7 5px center/3em no-repeat;
background: #912525 5px center/3em no-repeat;
background-image: url("https://raw.githubusercontent.com/microsoft/fluentui-system-icons/086c7fdf41e88c8d18cf7edf6c42a471cf47b36f/assets/Warning/SVG/ic_fluent_warning_32_filled.svg");
background-position: 0.6em 0.5em;
background-size: 3% auto;
border-radius: 10px;
font-size: 1rem;
color: $black;
color: #FFFFFF
}

.warning-box::before {
Expand All @@ -104,13 +104,13 @@ p code:not(.sourceCode) {
padding: 0.25em 1em 0.5em 3em;
margin-top: 10px;
margin-bottom: 10px;
background: #fff9e6 5px center/3em no-repeat;
background: #8B9870 5px center/3em no-repeat;
background-image: url("https://raw.githubusercontent.com/microsoft/fluentui-system-icons/086c7fdf41e88c8d18cf7edf6c42a471cf47b36f/assets/Comment/SVG/ic_fluent_comment_24_filled.svg");
background-position: 0.6em 0.5em;
background-size: 3% auto;
border-radius: 10px;
font-size: 1rem;
color: $black;
color: #FFFFFF;
}

.note-box::before {
Expand All @@ -126,13 +126,13 @@ p code:not(.sourceCode) {
padding: 0.25em 1em 0.5em 3em;
margin-top: 10px;
margin-bottom: 10px;
background: #efafb2 5px center/3em no-repeat;
background: #a52a2a 5px center/3em no-repeat;
background-image: url("https://raw.githubusercontent.com/microsoft/fluentui-system-icons/f968c8d7894a84a06e9c11a87938d621fbdbbba6/assets/Alert%20On/SVG/ic_fluent_alert_on_24_filled.svg");
background-position: 0.6em 0.5em;
background-size: 3% auto;
border-radius: 10px;
font-size: 1rem;
color: $black;
color: #FFFFFF;
}

.dangerous-box::before {
Expand All @@ -148,7 +148,7 @@ p code:not(.sourceCode) {
padding: 0.25em 1em 0.5em 3em;
margin-top: 10px;
margin-bottom: 10px;
background: #e7e6ff 5px center/3em no-repeat;
background: #7D7098 5px center/3em no-repeat;
background-image: url("https://raw.githubusercontent.com/microsoft/fluentui-system-icons/f968c8d7894a84a06e9c11a87938d621fbdbbba6/assets/Math%20Format%20Linear/SVG/ic_fluent_math_format_linear_24_filled.svg");
background-position: 0.6em 0.5em;
background-size: 3% auto;
Expand Down

0 comments on commit 2ede813

Please sign in to comment.