Yntec commited on
Commit
1c841c9
·
1 Parent(s): 6d8c8a4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -4
style.css CHANGED
@@ -11,11 +11,17 @@ a {
11
  color: #ffaa66;
12
  background-color: #005566;
13
  font-family: 'IBM Plex Sans', sans-serif;
14
- }
15
  .gr-button {
16
- color: white;
17
- border-color: #ff0000;
18
- background: #ff0000;
 
 
 
 
 
 
 
19
  }
20
  input[type='range'] {
21
  accent-color: #9d66e5;
 
11
  color: #ffaa66;
12
  background-color: #005566;
13
  font-family: 'IBM Plex Sans', sans-serif;
 
14
  .gr-button {
15
+ color: #ffffff !important;
16
+ text-shadow: 1px 1px 0 rgba(0, 0, 0, 1) !important;
17
+ background-image: linear-gradient(#76635a, #d2a489) !important;
18
+ border-radius: 24px !important;
19
+ border: solid 1px !important;
20
+ border-top-color: #ffc99f !important;
21
+ border-right-color: #000000 !important;
22
+ border-bottom-color: #000000 !important;
23
+ border-left-color: #ffc99f !important;
24
+ padding: 6px 30px;
25
  }
26
  input[type='range'] {
27
  accent-color: #9d66e5;