Skip to content

Commit

Permalink
Capitalize alpha, beta, deprecated page roles. (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi authored Sep 29, 2023
1 parent 926ec64 commit 7d138ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/neo4j-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ p.deprecated::before,
section.deprecated .title::after,
.deprecated > .title::after,
span.deprecated::after {
content: "deprecated";
content: "Deprecated";
color: var(--deprecation-color);
border-color: var(--deprecation-color);
margin-left: 8px;
Expand Down Expand Up @@ -281,13 +281,13 @@ span.beta::after {
.sect1.alpha h2::after,
.sect2.alpha h3::after,
span.alpha::after {
content: "alpha";
content: "Alpha";
}

.sect1.beta h2::after,
.sect2.beta h3::after,
span.beta::after {
content: "beta";
content: "Beta";
}

div.tier-note p {
Expand Down

0 comments on commit 7d138ef

Please sign in to comment.