Files
scylladb/docs/_static/css/custom.css
David Garcia 7dbcfe5a39 docs: docs: autogenerate metrics
Autogenerates metrics documentation using the scripts/get_description.py script introduced in #17479

docs: add beta
(cherry picked from commit 9eef3d6139)

Closes scylladb/scylladb#18857
2024-05-27 15:10:48 +03:00

47 lines
643 B
CSS

/* Override theme styles */
/* Home */
.topic-box--product p {
margin-bottom: 0;
}
@media screen and (min-width: 640px) {
.hero__title {
max-width: 550px;
}
}
/* Description lists */
.content blockquote {
padding-left: 20px;
}
.content blockquote li p {
margin-bottom: 5px;
}
.content blockquote dl dt {
font-weight: normal;
}
.content blockquote .std-term {
font-weight: bold;
}
h3 .pre {
font-size: 16px;
font-weight: bold;
}
hr {
max-width: 100%;
}
dl dt:hover > a.headerlink {
visibility: visible;
}
dl.confval, dl.metrics_option {
border-bottom: 1px solid #cacaca;
}