sidx/static/some.css
SomeoneSerge c8b8b56456 cuda: support cudnn manifests
Also changes the schemas a bit (still don't care about migrations),
switches to named_params!, fixes up perf issues when ingesting manifests
and/or hrefs into sqlite, etc. Adds sample queries such as "CudaArtifact
conflicts" to datasette config, which explain some issues associated
with choosing an evalModules schema on the cudaPackages side.
2025-05-09 04:05:20 +00:00

48 lines
611 B
CSS

.index {
font-family: "Source Serif Pro", "Linux Libertine", monospace;
}
.db-table > h3 {
font-variant: small-caps;
}
h1, nav {
font-variant: small-caps;
font-family: "Inconsolata", monospace;
}
h2 {
font-variant: small-caps;
}
th {
font-variant: small-caps;
}
header {
background-color: black;
}
.ft {
background-color: black;
}
form input[type="submit"] {
background-color: black;
}
a:link {
color: #404040;
}
a:visited {
color: darkgrey;
}
a:hover {
color: black;
}
.rows-and-columns > tbody > tr:nth-child(even) {
background-color: #F5F5F5;
}