Skip to content

Commit

Permalink
Schemus web restyiling
Browse files Browse the repository at this point in the history
cowuake committed Nov 17, 2023
1 parent be35764 commit 81f17f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemius-web/schemius-web.html
Original file line number Diff line number Diff line change
@@ -9,6 +9,17 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/jquery.terminal/css/jquery.terminal.min.css"
/>
<style>
@import url('https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/cascadia-code');

.terminal, .terminal-mobile {
--color: #ebdbb2;
--background: #3c3836;
--link-color: #689d6a;
--font: 'Cascadia Code', monospace;
--size: 0.65;
}
</style>
</head>
<body>
<script type="module">

0 comments on commit 81f17f3

Please sign in to comment.