Vlad Bastina commited on
Commit
1091055
·
1 Parent(s): fe6780c
Files changed (1) hide show
  1. style.css +10 -6
style.css CHANGED
@@ -29,14 +29,17 @@ h4 {
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
  }
@@ -57,7 +60,8 @@ button:focus {
57
  }
58
 
59
  /* Select */
60
- .st-ae {
 
61
  font-family: inherit !important;
62
  }
63
 
@@ -67,6 +71,6 @@ button:focus {
67
  }
68
 
69
  /* Other fonts */
70
- p {
71
- font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
72
  }
 
29
 
30
  /* Butoane */
31
 
32
+ button,
33
+ .myButton {
34
  font-weight: 600 !important;
35
  }
36
+ button:hover,
37
+ .myButton:hover {
38
  color: #FA6C03 !important;
39
  border-color: #FA6C03 !important;
40
  }
41
+ button:focus,
42
+ .myButton:focus {
43
  color: #fff !important;
44
  background-color: #FA6C03 !important;
45
  }
 
60
  }
61
 
62
  /* Select */
63
+ .st-ae,
64
+ .st-az {
65
  font-family: inherit !important;
66
  }
67
 
 
71
  }
72
 
73
  /* Other fonts */
74
+ [class^="st-emotion-cache-"] {
75
+ font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
76
  }