Skip to content

Commit 67b2111

Browse files
authored
Style update
1 parent ecf63a3 commit 67b2111

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

input/css/input-root.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:root {
22
color-scheme: light;
3-
--wow-font-family: var(--font-family);
43
--wow-font-size: 18px;
54
--wow-bg: #fff;
65
--wow-input-bg: #f6f6f6;

input/css/input.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ textarea {
3636
border-radius: var(--wow-border-radius);
3737
border: 1px solid var(--wow-border);
3838
background: var(--wow-input-bg);
39-
font-family: var(--wow-font-family);
4039
}
4140

4241
input:hover,

0 commit comments

Comments
 (0)