Compare commits

..

No commits in common. "dc2449769e22f4c6937feed4b20c896693fd38a0" and "5cf5deb2cdd581e3993d0cbccd336f942c209f52" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View file

@ -48,11 +48,3 @@ And I still mean it.
If you were wondering, I write it in the Discord app on my phone before I go to sleep and send the message when I wake up; If you were wondering, I write it in the Discord app on my phone before I go to sleep and send the message when I wake up;
it only takes a few taps to write thanks to Gboard. it only takes a few taps to write thanks to Gboard.
## Learning is important
Original. True, but sounds silly.
You can say it when you learn or figure something out, especially when it's something small.
Variations:
- “Learning is so important.”
- “It's so important to learn what a book is.”

View file

@ -165,12 +165,12 @@ code,
pre { pre {
/* kde default i think; looks nice, so i want to keep it consistent */ /* kde default i think; looks nice, so i want to keep it consistent */
font-family: Hack, monospace; font-family: Hack, monospace;
white-space: pre; whitespace: pre;
} }
/* mmmm */ /* mmmm */
code { code {
white-space: pre-wrap; white-space: nowrap;
/* /*
color: #008282; color: #008282;
filter: grayscale(0.7); */ filter: grayscale(0.7); */