Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update styles/styles.css
Browse files- styles/styles.css +2 -0
styles/styles.css
CHANGED
@@ -37,12 +37,14 @@ div[data-testid="stStatusWidget"] {
|
|
37 |
markdown, Select box, Button text, Options text font from the select box, Chat input text area
|
38 |
*/
|
39 |
|
|
|
40 |
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
|
41 |
|
42 |
div[data-testid="stMarkdownContainer"],
|
43 |
div[data-baseweb="base-input"] textarea {
|
44 |
font-family: "Roboto", sans-serif;
|
45 |
}
|
|
|
46 |
|
47 |
/*
|
48 |
Break long URLs in markdown
|
|
|
37 |
markdown, Select box, Button text, Options text font from the select box, Chat input text area
|
38 |
*/
|
39 |
|
40 |
+
/*
|
41 |
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
|
42 |
|
43 |
div[data-testid="stMarkdownContainer"],
|
44 |
div[data-baseweb="base-input"] textarea {
|
45 |
font-family: "Roboto", sans-serif;
|
46 |
}
|
47 |
+
*/
|
48 |
|
49 |
/*
|
50 |
Break long URLs in markdown
|