Skip to content

Commit 0c205d8

Browse files
committed
fix: add high contrast override for recording state and fix indentation
1 parent d261c10 commit 0c205d8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

css/darkmode.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ body.highcontrast {
3131
text-shadow: none !important;
3232
}
3333

34+
/* Ensure record button turns red during recording in high contrast mode */
35+
.highcontrast #record.recording .material-icons {
36+
color: #ff0000 !important;
37+
}
38+
3439
/* High contrast hover box outlines */
3540
.highcontrast .tooltip,
3641
.highcontrast .hover-box {

js/artwork.js

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

0 commit comments

Comments
 (0)