Skip to content

Commit ee6652d

Browse files
authored
Merge pull request #60 from kabilar/demo3
Define accent color for checkboxes
2 parents a41f355 + 575b766 commit ee6652d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
--ifm-color-primary: rgb(120, 88, 188);
44
}
55

6+
input[type="checkbox"],
7+
input[type="radio"] {
8+
accent-color: #2b7fff;
9+
}
10+
11+
[data-theme='dark'] input[type="checkbox"],
12+
[data-theme='dark'] input[type="radio"] {
13+
accent-color: #a3c7fa;
14+
}
15+
616
/* Homepage features */
717
.heroBanner {
818
position: relative;

0 commit comments

Comments
 (0)