Posts

Oh, the Joys of Performance Reviews!

,
Oh, the Joys of Performance Reviews! @import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Public+Sans:wght@400;500;600;700;800&display=swap'); :root { --ink: #0b2e30; --ink-soft: #35595c; --paper: #fbfdfc; --paper-raised: #ffffff; --line: #d7e7e5; --primary: #048c94; --primary-deep: #036e75; --teal: #04b0c5; ...

“Why can’t they just figure it out?”

The Decision Mirror :root{ --ink:#0a2b2c; --body:#26403f; --muted:#5a7573; --primary:#048c94; --deep:#1f949e; --cyan:#04b0c5; --light-cyan:#12bed3; --mint:#1ac89a; --mint-pale:#def2e9; --paper:#fbfdfb; } *{box-sizing:border-box;} body{ margin:0; ...