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
6dea90b63b deploy: 9a1545630c 2022-05-05 21:00:18 +00:00
casey
9d3f3e0367 deploy: a14eb13e24 2022-05-05 20:57:40 +00:00
2 changed files with 5 additions and 5 deletions

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

BIN
man/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB