Skip to content

Commit

Permalink
increases output font-size to 18px
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovictor3g committed Nov 29, 2023
1 parent 9075700 commit 7dc7616
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions web/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,13 @@ a {
line-height: 40px;
}

.editor__header .output-title {
color: #fff;
font-weight: 500;
font-size: 18px;
line-height: 40px;
}

.dark .editor__header .title {
color: #ffffff;
}
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
</div>
<div class="editor editor--output">
<div class="editor__header">
<span> Output </span>
<span class="output-title"> Output </span>
<span class="cost__header">
<span class="cost__header__icon__text">
<a
Expand Down

0 comments on commit 7dc7616

Please sign in to comment.