txtorg commited on
Commit
a10cfdd
·
verified ·
1 Parent(s): a3fc43d

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +6 -2
styles.css CHANGED
@@ -1,10 +1,14 @@
1
  @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
2
  /* Base styles */
3
- * {
 
 
 
 
4
  margin: 0;
5
  padding: 0;
6
  box-sizing: border-box;
7
- font-family: inherit;
8
  }
9
 
10
  body {
 
1
  @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
2
  /* Base styles */
3
+ *,
4
+ button,
5
+ input,
6
+ select,
7
+ textarea {
8
  margin: 0;
9
  padding: 0;
10
  box-sizing: border-box;
11
+ font-family: "Inter", sans-serif;
12
  }
13
 
14
  body {