Skip to content

Commit

Permalink
Transform VRML label to uppercase.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed May 26, 2024
1 parent 2fa3e34 commit 5738c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/css/jekyll-theme-chirpy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ small, .small {
aspect-ratio: 16 / 9;
}

span[data-label-text="VRML" i] {
text-transform: uppercase;
}

.table-wrapper > table tbody tr td,
.table-wrapper > table thead th {
white-space: initial;
Expand Down

0 comments on commit 5738c80

Please sign in to comment.