Skip to content

Commit

Permalink
Post correctly-measuring-energy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Jul 25, 2023
1 parent f8e8e74 commit 7f091d9
Show file tree
Hide file tree
Showing 11 changed files with 5,083 additions and 35 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.envrc
.cache/
site/
.ipynb_checkpoints/
21 changes: 21 additions & 0 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,24 @@
.md-post__action {
display: none;
}

/* Mark external links as such. */
a.autorefs-external::after, a.external::after {
/* https://primer.style/octicons/arrow-up-right-24 */
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(0, 0, 0)" d="M18.25 15.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 000 1.5h7.19L6.22 16.72a.75.75 0 101.06 1.06L17.5 7.56v7.19c0 .414.336.75.75.75z"></path></svg>');
content: ' ';

display: inline-block;
position: relative;
top: 0.1em;
margin-left: 0.2em;
margin-right: 0.1em;

height: 1em;
width: 1em;
border-radius: 100%;
background-color: var(--md-typeset-a-color);
}
a.autorefs-external:hover::after, a.external:hover::after {
background-color: var(--md-accent-fg-color);
}
Loading

0 comments on commit 7f091d9

Please sign in to comment.