Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dloscutoff committed Feb 28, 2024
2 parents dce6a0f + 9465a37 commit 394ba40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions BitCycle/bitcycle.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,17 @@ canvas {
input[type="number"] {
width: 4em;
}
#cheat-sheet-indicator {
font-family: 'Courier New', monospace;
}
#done {
border: #444;
background: #888;
cursor: default;
}

code {
padding: 0.25rem;
background-color: #ddd;
border-radius: 0.25rem;
}
2 changes: 1 addition & 1 deletion BitCycle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1><a href="https://github.com/dloscutoff/Esolangs/tree/master/BitCycle" target
</div>
</div>
</div>
<h3><a href="#" class="blue" onclick="toggleCheatSheet()">Cheat Sheet <code id="cheat-sheet-indicator">+</code></a></h2>
<h3><a href="#" class="blue" onclick="toggleCheatSheet()">Cheat Sheet <span id="cheat-sheet-indicator">+</span></a></h2>
<div id="cheat-sheet" class="toggle hide">
<p>
<code>&lt;</code>, <code>^</code>, <code>&gt;</code>, and <code>v</code>
Expand Down

0 comments on commit 394ba40

Please sign in to comment.