Skip to content

Commit

Permalink
[DOCS] Remove uppercase transformation for alerts' titles (#10800)
Browse files Browse the repository at this point in the history
  • Loading branch information
deborahniesz authored Dec 20, 2024
1 parent edac6f0 commit d78b52b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docusaurus/src/css/alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
border-left-width: var(--ifm-alert-border-left-width);
box-shadow: none;

[class^="admonitionHeading"] {
text-transform: none;
}

div:first-child {
font-size: var(--p-font-size);

Expand Down

0 comments on commit d78b52b

Please sign in to comment.