Skip to content

Commit 0b3c084

Browse files
authored
Update: button type of input
1 parent 28af34f commit 0b3c084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colours.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ input, details, details:active {
6565
outline: none;
6666
}
6767

68-
button, input {
68+
button, input[type="button"] {
6969
background-color: var(--fg-c);
7070
color: var(--bg-c);
7171
border-color: var(--fg-c);
7272
}
7373

74-
button.accent, input.accent {
74+
button.accent, input[type="date"].accent {
7575
background-color: var(--bg-c);
7676
color: var(--fg-c);
7777
border-color: var(--bg-c);
@@ -258,4 +258,4 @@ textarea::-webkit-scrollbar-track-piece {
258258
--fg-c: var(--white);
259259
--bg-c: var(--primary);
260260
--text-c: var(--white);
261-
}
261+
}

0 commit comments

Comments
 (0)