list-of-demos / style.css
hysts's picture
hysts HF staff
Update
8410cc1
raw
history blame
854 Bytes
h1 {
text-align: center;
}
body a,
#component-0 a {
background-color: transparent;
color: #58a6ff;
text-decoration: none;
}
body a:active,
body a:hover {
outline-width: 0;
}
body a:hover {
text-decoration: underline;
}
/* set colors for statuses */
div.status-running {
color: green;
}
div.status-stopped,
div.status-paused {
color: orange;
}
div.status-runtime_error,
div.status-build_error {
color: red;
}
/* set colors for sdks */
div.sdk-gradio {
color: orange;
}
div.sdk-docker {
color: deepskyblue;
}
/* set colors for hardware types */
div.hardware-a100-large,
div.hardware-zero-a10g,
div.hardware-a10g-large,
div.hardware-a10g-small {
color: red;
}
div.hardware-t4-medium,
div.hardware-t4-small {
color: orange;
}
div.hardware-cpu-upgrade {
color: green;
}
div.hardware-cpu-basic {
color: deepskyblue;
}