Skip to content

Commit 1efe5ca

Browse files
Copilotabchatrajwunderl
authored
Fix tutorial Next button text color in Tokyo Night (#7734)
* Initial plan * Fix Tokyo Night tutorial navigation button text color Co-authored-by: abchatra <6107272+abchatra@users.noreply.github.com> * Fix Tokyo Night card action hover and visited text colors Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abchatra <6107272+abchatra@users.noreply.github.com> Co-authored-by: Abhijith Chatra <abchatra@microsoft.com> Co-authored-by: jwunderl <5615930+jwunderl@users.noreply.github.com>
1 parent b3f586a commit 1efe5ca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

theme/color-themes/overrides/arcade-tokyo-night-overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
color: var(--pxt-header-foreground);
1212
}
1313

14+
.tutorial-controls > .ui.button {
15+
color: var(--pxt-colors-blue-foreground);
16+
}
17+
1418
.debugtoolbar .ui.menu .dbg-btn.dbg-step.disabled,
1519
.debugtoolbar .ui.menu .dbg-btn.dbg-step.disabled:hover {
1620
color: var(--pxt-neutral-foreground1) !important;
@@ -22,6 +26,8 @@
2226
color: var(--pxt-primary-foreground);
2327
}
2428

29+
.detailview .ui.grid.stackable .actions .card-action .card-action-button-link.common-link:hover,
30+
.detailview .ui.grid.stackable .actions .card-action .card-action-button-link.common-link:visited,
2531
.detailview .ui.grid.stackable .actions .card-action .card-action-button-link.common-link:focus,
2632
.detailview .ui.grid.stackable .actions .card-action .card-action-button-link.common-link:active {
2733
color: var(--pxt-primary-foreground) !important;

0 commit comments

Comments
 (0)