Nick Jordan commited on
Commit
7b5b11f
·
1 Parent(s): eaf5db3

style: fix colors

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -122,7 +122,7 @@ p, span, li {
122
  border-radius: 5px;
123
  }
124
 
125
- button.gr-button {
126
  background-color: #081662 !important;
127
  color: white !important;
128
  }
@@ -143,8 +143,8 @@ def create_organization_page():
143
  gr.Markdown(f"# {ORG_NAME}", elem_classes="title")
144
  gr.Markdown(DESCRIPTION)
145
  with gr.Row():
146
- gr.Button("Website", link="https://narrative.io")
147
- gr.Button("GitHub", link="https://github.com/narrative-io")
148
 
149
  # News and Announcements
150
  with gr.Column(elem_classes="card"):
 
122
  border-radius: 5px;
123
  }
124
 
125
+ .gr-button {
126
  background-color: #081662 !important;
127
  color: white !important;
128
  }
 
143
  gr.Markdown(f"# {ORG_NAME}", elem_classes="title")
144
  gr.Markdown(DESCRIPTION)
145
  with gr.Row():
146
+ gr.Button("Website", link="https://narrative.io", elem_classes="gr-button")
147
+ gr.Button("GitHub", link="https://github.com/narrative-io", elem_classes="gr-button")
148
 
149
  # News and Announcements
150
  with gr.Column(elem_classes="card"):