Dagfinn1962 commited on
Commit
599f92b
·
verified ·
1 Parent(s): c9f2b16

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -7
style.css CHANGED
@@ -7,10 +7,10 @@ a {
7
  color: inherit;
8
  text-decoration: underline;
9
  }
10
- .gradio-container {
11
  font-family: 'IBM Plex Sans', sans-serif;
12
  }
13
- .gr-button {
14
  color: white;
15
  border-color: #9d66e5;
16
  background: #9d66e5;
@@ -18,10 +18,10 @@ a {
18
  input[type='range'] {
19
  accent-color: #9d66e5;
20
  }
21
- .dark input[type='range'] {
22
  accent-color: #dfdfdf;
23
  }
24
- .container {
25
  max-width: 800px;
26
  margin: auto;
27
  padding-top: 1.5rem;
@@ -40,10 +40,10 @@ input[type='range'] {
40
  .details:hover {
41
  text-decoration: underline;
42
  }
43
- .gr-button {
44
  white-space: nowrap;
45
  }
46
- .gr-button:focus {
47
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
48
  outline: none;
49
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
@@ -56,7 +56,7 @@ input[type='range'] {
56
  #advanced-options {
57
  margin-bottom: 20px;
58
  }
59
- .footer {
60
  margin-bottom: 45px;
61
  margin-top: 35px;
62
  text-align: center;
 
7
  color: inherit;
8
  text-decoration: underline;
9
  }
10
+ gradio-container {
11
  font-family: 'IBM Plex Sans', sans-serif;
12
  }
13
+ gr-button {
14
  color: white;
15
  border-color: #9d66e5;
16
  background: #9d66e5;
 
18
  input[type='range'] {
19
  accent-color: #9d66e5;
20
  }
21
+ dark input[type='range'] {
22
  accent-color: #dfdfdf;
23
  }
24
+ container {
25
  max-width: 800px;
26
  margin: auto;
27
  padding-top: 1.5rem;
 
40
  .details:hover {
41
  text-decoration: underline;
42
  }
43
+ gr-button {
44
  white-space: nowrap;
45
  }
46
+ gr-button:focus {
47
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
48
  outline: none;
49
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
 
56
  #advanced-options {
57
  margin-bottom: 20px;
58
  }
59
+ footer {
60
  margin-bottom: 45px;
61
  margin-top: 35px;
62
  text-align: center;