Yntec commited on
Commit
d693958
·
1 Parent(s): 1d4896b

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -7
style.css CHANGED
@@ -8,20 +8,20 @@ a {
8
  text-decoration: underline;
9
  }
10
  .gradio-container {
11
- color: #ffaa66;
12
- background-color: #005566;
13
  font-family: 'IBM Plex Sans', sans-serif;
14
  }
15
  .gr-button {
16
  color: #ffffff !important;
17
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
18
- background-image: linear-gradient(#76635a, #d2a489) !important;
19
  border-radius: 24px !important;
20
  border: solid 1px !important;
21
- border-top-color: #ffc99f !important;
22
  border-right-color: #000000 !important;
23
  border-bottom-color: #000000 !important;
24
- border-left-color: #ffc99f !important;
25
  padding: 6px 30px;
26
  }
27
  input[type='range'] {
@@ -93,5 +93,4 @@ input[type='range'] {
93
  margin: 1.25em 0 .25em 0;
94
  font-weight: bold;
95
  font-size: 115%;
96
- }
97
-
 
8
  text-decoration: underline;
9
  }
10
  .gradio-container {
11
+ color: #ffffaa;
12
+ background-color: #000066;
13
  font-family: 'IBM Plex Sans', sans-serif;
14
  }
15
  .gr-button {
16
  color: #ffffff !important;
17
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
18
+ background-image: linear-gradient(#76665a, #d2c289) !important;
19
  border-radius: 24px !important;
20
  border: solid 1px !important;
21
+ border-top-color: #ffef9f !important;
22
  border-right-color: #000000 !important;
23
  border-bottom-color: #000000 !important;
24
+ border-left-color: #ffef9f !important;
25
  padding: 6px 30px;
26
  }
27
  input[type='range'] {
 
93
  margin: 1.25em 0 .25em 0;
94
  font-weight: bold;
95
  font-size: 115%;
96
+ }