Skip to content

Commit 28c25f0

Browse files
committed
Fixed buttons contrast
RGAA 10.7
1 parent 94caacb commit 28c25f0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

site/assets/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,17 @@ iframe {
5252
font-size: 0.875rem;
5353
}
5454

55+
.ExamplePage .orejime-Purpose-input {
56+
accent-color: var(--orejime-color-interactive);
57+
}
58+
5559
.ExampleMain {
5660
padding: var(--spacing-block--l) var(--spacing-inline--xl);
5761
}
5862

5963
.ExampleReset {
64+
--orejime-color-interactive: royalblue;
65+
--orejime-color-on-interactive: white;
6066
display: none;
6167
position: fixed;
6268
right: 1.4em;

0 commit comments

Comments
 (0)