summaryrefslogtreecommitdiffstats
path: root/docs/stylesheets/extra.material.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-15 20:30:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-10-15 20:30:44 +0000
commit4a398db99d88dd17dabc408fb2b58c610792bc1e (patch)
treee5404d6d19a4d67a9428b3d10f886717b9756352 /docs/stylesheets/extra.material.css
parentAdding upstream version 1.0.0. (diff)
downloadanta-upstream.tar.xz
anta-upstream.zip
Adding upstream version 1.1.0.upstream/1.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--docs/stylesheets/extra.material.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/stylesheets/extra.material.css b/docs/stylesheets/extra.material.css
index 1724da9..2476f8c 100644
--- a/docs/stylesheets/extra.material.css
+++ b/docs/stylesheets/extra.material.css
@@ -126,36 +126,29 @@
line-height: 1em;
font-size: 1.3rem;
margin: 1em 0;
- /* font-weight: 700; */
letter-spacing: -.01em;
color: var(--md-default-fg-color--light);
- text-transform: capitalize;
font-style: normal;
font-weight: bold;
}
.md-typeset h4 {
- font-size: 0.9rem;
+ font-size: 1.1rem;
margin: 1em 0;
font-weight: 700;
letter-spacing: -.01em;
line-height: 1em;
color: var(--md-default-fg-color--light);
font-style: italic;
- text-transform: capitalize;
}
.md-typeset h5,
.md-typeset h6 {
font-size: 0.9rem;
margin: 1em 0;
- /* font-weight: 700; */
letter-spacing: -.01em;
- /* line-height: 2em; */
color: var(--md-default-fg-color--light);
font-style: italic;
- text-transform: capitalize;
- text-decoration: underline;
}
.md-typeset table:not([class]) th {
@@ -163,17 +156,13 @@
padding: .6rem .8rem;
color: var(--md-default-fg-color);
vertical-align: top;
- /* background-color: var(--md-accent-bg-color); */
text-align: left;
- /* min-width: 100%; */
- /* display: table; */
}
.md-typeset table:not([class]) td {
/* padding: .9375em 1.25em; */
border-collapse: collapse;
vertical-align: center;
text-align: left;
- /* border-bottom: 1px solid var(--md-default-fg-color--light); */
}
.md-typeset code {
padding: 0 .2941176471em;
@@ -250,3 +239,7 @@ div.doc-contents {
padding-left: 25px;
border-left: .05rem solid var(--md-typeset-table-color);
}
+h5.doc-heading {
+ /* Avoid to capitalize h5 headers for mkdocstrings */
+ text-transform: none;
+}