Skip to content

Commit 94c41b9

Browse files
authored
Remove uppercase for text
1 parent 42bb89d commit 94c41b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/templates/material/styles/main.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,7 @@ code {
546546

547547
.code-header > .language {
548548
padding: 2px 16px;
549-
flex-grow: 1;
550-
text-transform: uppercase;
549+
flex-grow: 1;
551550
line-height: 26px;
552551
}
553552

@@ -594,4 +593,4 @@ code {
594593
.code-header > .action .successful-copy-alert.is-transparent {
595594
opacity: 0;
596595
transition: 500ms opacity ease-in-out;
597-
}
596+
}

0 commit comments

Comments
 (0)