Skip to content

Commit

Permalink
Simplify custom css file used in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 7, 2024
1 parent 3eeda4f commit 7be5893
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/_static/pika.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */

.md-typeset h1 {
color: black;
font-weight: 700;
margin: 1em 0 0 0;
}

.md-typeset h2 {
color: black;
font-weight: 500;
margin: 1em 0 0 0;
}
Expand All @@ -22,19 +20,3 @@
.md-typeset ul li p {
margin: 0 0;
}

.pre {
font-family: monospace;
}

.md-header-nav__topic {
font-weight: bold;
}

.md-typeset .headerlink {
opacity: 1;
}

.sig {
font-weight: bold;
}

0 comments on commit 7be5893

Please sign in to comment.