Skip to content

Commit df46198

Browse files
authored
13839 change color and spacing on alert code block (#13857)
* 13839 change color and spacing on alert code block * 13839 update review changes
1 parent b670a1e commit df46198

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

netbox/project-static/dist/netbox-dark.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/dist/netbox-light.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/dist/netbox-print.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/styles/netbox.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ table td > .progress {
167167
}
168168
}
169169

170+
.alert {
171+
code {
172+
color: $gray-600;
173+
}
174+
}
175+
170176
span.profile-button .dropdown-menu {
171177
right: 0;
172178
left: auto;

netbox/project-static/styles/theme-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ $btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
282282
$btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
283283

284284
// Code
285-
$code-color: $gray-600;
285+
$code-color: $gray-200;
286286
$kbd-color: $white;
287287
$kbd-bg: $gray-300;
288288
$pre-color: null;

0 commit comments

Comments
 (0)