1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 02:09:44 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Casey Rodarmor
9a1545630c
Add screenshot to manual (#1181) 2022-05-05 20:58:55 +00:00
Casey Rodarmor
a14eb13e24
Style homepage (#1180) 2022-05-05 20:55:50 +00:00
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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: '='; }