Vlad Bastina commited on
Commit
5a37ec0
·
1 Parent(s): be0c8bf

css update

Browse files
Files changed (1) hide show
  1. style.css +55 -15
style.css CHANGED
@@ -1,32 +1,72 @@
1
- h1, h2, h3, h4, h5, h6 {
 
 
 
 
 
 
 
2
  font-family: "Space Grotesk", sans-serif !important;
3
  font-optical-sizing: auto !important;
4
- font-weight: 700 !important;
5
  font-style: normal !important;
6
  }
7
-
8
  h1, h2 {
9
- letter-spacing: -1px !important;
10
  }
11
-
12
  h1 {
13
- font-size: 36px !important;
14
  }
15
-
16
  h2 {
17
- font-size: 27px !important;
 
 
 
 
 
 
18
  }
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  .st-emotion-cache-1dp5vir {
21
  background-image: linear-gradient(90deg, rgb(65, 105, 225), rgb(0, 255, 255)) !important;
22
  }
23
 
24
- body {
25
- font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
26
- font-size: 14px !important;
27
- text-align: left !important;
 
 
 
 
28
  }
29
 
30
- p , textarea {
31
- font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
32
- }
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
3
+ font-size: 14px !important;
4
+ text-align: left !important;
5
+ }
6
+
7
+ /* Headings */
8
+ h1, h2, h3 {
9
  font-family: "Space Grotesk", sans-serif !important;
10
  font-optical-sizing: auto !important;
11
+ font-weight: 500 !important;
12
  font-style: normal !important;
13
  }
 
14
  h1, h2 {
15
+ letter-spacing: -2px !important;
16
  }
 
17
  h1 {
18
+ font-size: 34px !important;
19
  }
 
20
  h2 {
21
+ font-size: 21px !important;
22
+ }
23
+ h3 {
24
+ font-size: 17px !important;
25
+ }
26
+ h4 {
27
+ font-size: 14px !important;
28
  }
29
 
30
+ /* Butoane */
31
+
32
+ button {
33
+ font-weight: 600 !important;
34
+ }
35
+ button:hover {
36
+ color: #FA6C03 !important;
37
+ border-color: #FA6C03 !important;
38
+ }
39
+ button:focus {
40
+ color: #fff !important;
41
+ background-color: #FA6C03 !important;
42
+ }
43
+
44
+ /* Buton sidebar */
45
+ [data-testid="stSidebar"] .stButton>button {
46
+ background-color: #4169E1 !important;
47
+ }
48
+
49
+ /* Bara loading */
50
  .st-emotion-cache-1dp5vir {
51
  background-image: linear-gradient(90deg, rgb(65, 105, 225), rgb(0, 255, 255)) !important;
52
  }
53
 
54
+ /* Bara stanga */
55
+ .st-emotion-cache-vmpjyt {
56
+ background-color: #f5f5f5 !important;
57
+ }
58
+
59
+ /* Select */
60
+ .st-ae {
61
+ font-family: inherit !important;
62
  }
63
 
64
+ /* File Select */
65
+ .st-emotion-cache-1gulkj5 {
66
+ background-color: #f5f5f5 !important;
67
+ }
68
+
69
+ /* Other fonts */
70
+ p {
71
+ font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
72
+ }