logo: flip 180° on playground + repl to match homepage inverted-λ
This commit is contained in:
parent
aa20e5b2bf
commit
b6f685beec
3 changed files with 9 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ header {
|
|||
width: 3.2rem;
|
||||
height: auto;
|
||||
display: block;
|
||||
/* Flip vertically + horizontally (= 180°) to match the inverted-λ
|
||||
* convention from the homepage's hand-drawn artwork. */
|
||||
transform: scale(-1, -1);
|
||||
}
|
||||
|
||||
header h1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue