Skip to content

Commit

Permalink
additional fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Oct 21, 2024
1 parent afbf278 commit 453504f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/css/neo4j-docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ div.roles > span.role {
.sect2.beta > h3::after,
span.alpha::after,
span.beta::after,
body.deprecated article h1::after,
div.deprecated p::after,
p.deprecated::before,
section.deprecated .title::after,
Expand Down Expand Up @@ -267,14 +266,14 @@ span.fabric::after {
}

.doc .admonitionblock.deprecated {
background-color: var(--color-pink-200);
border-left-color: var(--color-pink-600);
color: var(--color-pink-900);
background-color: var(--deprecated-background-color);
border-left-color: var(--deprecated-color);
color: var(--deprecated-color);
}

.doc .admonitionblock.deprecated pre {
background-color: var(--color-red-100);
color: var(--color-red-700);
background-color: var(--deprecated-background-color);
color: var(--deprecated-color);
}

.doc .admonitionblock.deprecated a {
Expand Down

0 comments on commit 453504f

Please sign in to comment.