pikto commited on
Commit
2ac7372
·
1 Parent(s): f17cfa6

Update client/css/global.css

Browse files
Files changed (1) hide show
  1. client/css/global.css +8 -8
client/css/global.css CHANGED
@@ -1,13 +1,13 @@
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
  * {
3
- --font-1: "Inter", sans-serif;
4
- --section-gap: 24px;
5
- --border-radius-1: 8px;
6
- margin: 0;
7
- padding: 0;
8
- box-sizing: border-box;
9
- position: relative;
10
- font-family: var(--font-1);
11
  }
12
 
13
  .theme-light {
 
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
  * {
3
+ --font-1: "Inter", sans-serif;
4
+ /* --section-gap: 24px; */
5
+ --border-radius-1: 8px;
6
+ /* margin: 0; */
7
+ padding: 0;
8
+ box-sizing: border-box;
9
+ position: relative;
10
+ font-family: var(--font-1);
11
  }
12
 
13
  .theme-light {