Skip to content

Commit

Permalink
Some HC style overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 13, 2025
1 parent c786719 commit b7118a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docfiles/themes/overrides/high-contrast-overrides.css
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
/* TODO: Thsparks */
.common-button {
color: var(--pxt-neutral-button-foreground) !important;
background: var(--pxt-neutral-button-background) !important;
border-color: var(--pxt-neutral-button-foreground) !important;
}

.common-button:hover, .common-button:focus {
outline: 2px solid var(--pxt-colors-yellow-background) !important;
z-index: 1;
}

0 comments on commit b7118a7

Please sign in to comment.