More of everything

Maybe tomorrow should be about less of specific things, rather than more.

More of everything

There was a lot of people yesterday. It’s easy to do less of people today.[1]

  • Run 10k—bad sleep; tomorrow
  • Confirm dinner with T&KM
  • Try RSS blog archives for GoodLinks—takes time to add every link, but I’ve added some
  • Update subscribe button to be round

Source Magazine theme has square buttons when font is Serif:

.has-serif-title :is(.gh-button,.gh-form) {
border-radius: 0px;
}

So I just set the boarder radius to 100px—as in original Source theme—and added importance in a style tag:

<style>
  .has-serif-title :is(.gh-button,.gh-form) {
    border-radius: 100px !important;
  }
</style>