prithivMLmods commited on
Commit
7aca53a
·
verified ·
1 Parent(s): b12016e

Upload style.css

Browse files
Files changed (1) hide show
  1. static/style.css +7 -0
static/style.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ .submit-btn {
2
+ background-color: #2980b9 !important;
3
+ color: white !important;
4
+ }
5
+ .submit-btn:hover {
6
+ background-color: #3498db !important;
7
+ }