Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 4, 2025
1 parent 40b883d commit 83163d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</a>
</j:set>

<l:card title="${%Console output}" expandable="console" controls="${controls}" clazz="terminal">
<l:card title="${%Console Output}" expandable="console" controls="${controls}" clazz="terminal">
<div class="terminalinside">
<st:include page="consolemini.jelly" />
</div>
Expand Down
7 changes: 0 additions & 7 deletions src/main/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@
@use "pages";

.terminal {
--card-background: #000;

* {
--text-color: white;
--color: red;
--text-color-secondary: green;
--console-output-color: yellow;
color: var(--text-color);
scrollbar-color: rgba(255 255 255 / 0.4) transparent;
scrollbar-width: thin;
}
Expand Down

0 comments on commit 83163d6

Please sign in to comment.