Skip to content

Commit

Permalink
Redefined colours and changes ion legend
Browse files Browse the repository at this point in the history
  • Loading branch information
douweschulte committed Mar 1, 2024
1 parent 478283d commit c6f883d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src-tauri/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,16 +660,21 @@ fn create_ion_legend(output: &mut String, id: &str) {
<span class='ion y' tabindex='0'>y</span>
<span class='ion z' tabindex='0'>z</span>
<span class='ion c-term' tabindex='0'>C-term</span>
</div><div class='bottom'>
</div>
<div class='bottom'>
<span class='ion n-term' tabindex='0'>N-term</span>
<span class='ion a' tabindex='0'>a</span>
<span class='ion b' tabindex='0'>b</span>
<span class='ion c' tabindex='0'>c</span>
<span class='ion d' tabindex='0'>d</span>
<span class='ion v' tabindex='0'>v</span>
</div>
<div class='side'>
<span class='ion precursor'>Precursor</span>
<span class='ion multi'>Multi</span>
<span class='other'>Other</span>
</div>
</div>
<span class='other'>Other</span>
<input id='{id}_unassigned' type='checkbox' checked class='unassigned'/>
<label for='{id}_unassigned' class='unassigned' tabindex='0'>Unassigned</label>
Expand Down
2 changes: 1 addition & 1 deletion src/stitch-assets
Submodule stitch-assets updated 1 files
+145 −101 styles.css

0 comments on commit c6f883d

Please sign in to comment.