Compare commits
2 commits
5cf5deb2cd
...
dc2449769e
| Author | SHA1 | Date | |
|---|---|---|---|
| dc2449769e | |||
| b264ae7a7e |
2 changed files with 10 additions and 2 deletions
|
|
@ -48,3 +48,11 @@ 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.”
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
whitespace: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* mmmm */
|
/* mmmm */
|
||||||
code {
|
code {
|
||||||
white-space: nowrap;
|
white-space: pre-wrap;
|
||||||
/*
|
/*
|
||||||
color: #008282;
|
color: #008282;
|
||||||
filter: grayscale(0.7); */
|
filter: grayscale(0.7); */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue