Rooni commited on
Commit
1224bf0
1 Parent(s): c29f697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
app.py CHANGED
@@ -86,6 +86,22 @@ div.svelte-19hvt5v {
86
  .tab-nav.svelte-1uw5tnk {
87
  border-bottom: 0px solid #510067 !important;
88
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  """
90
 
91
  # ui
 
86
  .tab-nav.svelte-1uw5tnk {
87
  border-bottom: 0px solid #510067 !important;
88
  }
89
+ .secondary {
90
+ color: #FFF !important;
91
+ font-size: 18px !important;
92
+ border: 3px solid rgb(96 55 103) !important;
93
+ border-radius: 20px !important;
94
+ transition: background-color 0.5s ease-in-out !important;
95
+ width: 100% !important;
96
+ background-color: transparent !important;
97
+ height: 50px !important;
98
+ font-weight: bold !important;
99
+ align-items: center !important;
100
+ justify-content: center !important;
101
+ }
102
+ .secondary:hover {
103
+ background-color: rgb(96 55 103);
104
+ }
105
  """
106
 
107
  # ui