Spaces:
Running
on
A100
Running
on
A100
File size: 239 Bytes
956fa05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
custom_css = """
/* Full width space */
a {
text-decoration: underline;
# text-decoration-style: dotted;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
.tag {
padding: .1em .3em;
background-color: lightgrey;
border-radius: 12px;
}
""" |