gradio/js/_cdn-test/style.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
193 B
CSS
Raw Normal View History

#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-top: 60px;
color: #2c3e50;
font-family: Avenir, Helvetica, Arial, sans-serif;
text-align: center;
}