ysharma HF staff commited on
Commit
c6b24b2
1 Parent(s): 953f15a

update upload button styles

Browse files
Files changed (1) hide show
  1. style.css +5 -1
style.css CHANGED
@@ -1,4 +1,4 @@
1
- #col-container {max-width: 580px; margin-left: auto; margin-right: auto;}
2
  a {text-decoration-line: underline; font-weight: 600;}
3
  .footer {
4
  margin-bottom: 45px;
@@ -29,4 +29,8 @@ a {text-decoration-line: underline; font-weight: 600;}
29
  to {
30
  transform: rotate(360deg);
31
  }
 
 
 
 
32
  }
 
1
+ #col-container {max-width: 700px; margin-left: auto; margin-right: auto;}
2
  a {text-decoration-line: underline; font-weight: 600;}
3
  .footer {
4
  margin-bottom: 45px;
 
29
  to {
30
  transform: rotate(360deg);
31
  }
32
+ }
33
+ #upload_button {
34
+ background-color: black;
35
+ color: white;
36
  }