Skip to content

Commit

Permalink
small stylesheet update
Browse files Browse the repository at this point in the history
  • Loading branch information
zouter committed Aug 4, 2023
1 parent 1d7d2bf commit 326a596
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions docs/source/stylesheets/extra-reference.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,6 @@
}

/* attributes, functions, ... */
/* .doc-attribute>h3::before {
content: "A";
font-size: 0.6em;
padding: 0.1em;
color: coral;
background-color: rgb(251, 220, 220);
}
.doc-function>h3::before {
content: "F";
font-size: 0.6em;
padding: 0.1em;
color: green;
background-color: rgb(220, 251, 220);
} */

.doc-attribute-tag {
font-size: 0.6em;
Expand All @@ -63,4 +48,13 @@
padding: 0.1em;
color: red;
background-color: rgb(251, 220, 220);
}

/* bold name of attribute, function, ... */
.doc-attribute code:first-child {
font-weight: bold;
}

.doc-function code:first-child {
font-weight: bold;
}

0 comments on commit 326a596

Please sign in to comment.