mirror of
https://github.com/casey/just.git
synced 2024-11-22 02:09:44 +03:00
Compare commits
2 Commits
862d6a52ab
...
9a1545630c
Author | SHA1 | Date | |
---|---|---|---|
|
9a1545630c | ||
|
a14eb13e24 |
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -85,6 +85,7 @@ jobs:
|
||||
run: |
|
||||
cargo run --package generate-book
|
||||
mdbook build book
|
||||
cp screenshot.png www/man
|
||||
|
||||
- name: Deploy Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
@ -16,7 +16,7 @@ html {
|
||||
color: white;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
font-family: monospace;
|
||||
font-size: var(--size);
|
||||
line-height: var(--size);
|
||||
}
|
||||
@ -59,10 +59,10 @@ body > a {
|
||||
|
||||
/* just is an isogram */
|
||||
#j:after { content: 'j'; }
|
||||
#j:hover:after { content: 'J'; }
|
||||
#j:hover:after { content: ':'; }
|
||||
#u:after { content: 'u'; }
|
||||
#u:hover:after { content: 'U'; }
|
||||
#u:hover:after { content: '~'; }
|
||||
#s:after { content: 's'; }
|
||||
#s:hover:after { content: 'S'; }
|
||||
#s:hover:after { content: '$'; }
|
||||
#t:after { content: 't'; }
|
||||
#t:hover:after { content: 'T'; }
|
||||
#t:hover:after { content: '='; }
|
||||
|
Loading…
Reference in New Issue
Block a user