Files
scylladb/docs/_static/css/custom.css
David Garcia f45d9d33f1 docs: remove liveness asterisks
Instead of adding an asterisk next to "liveness" linking to the glossary, we will temporarily replace them with a hyperlink pending the implementation of tooltip functionality.

Closes scylladb/scylladb#17244
2024-02-12 20:37:52 +02:00

47 lines
624 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 {
border-bottom: 1px solid #cacaca;
}