Skip to content

Commit

Permalink
Update demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Jan 24, 2024
1 parent 2316da1 commit 61aa65e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ main {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-transform: lowercase;
}

@media (min-width: 576px) {
Expand Down Expand Up @@ -86,7 +85,11 @@ a:active {
}

.error,
.key,
.key {
text-transform: lowercase;
color: var(--oc-green-4);
}

.value {
text-transform: lowercase;
color: var(--oc-green-4);
Expand Down

0 comments on commit 61aa65e

Please sign in to comment.