diff --git a/html/thoughts/phones b/html/thoughts/phones
new file mode 100644
index 0000000..fbb703a
--- /dev/null
+++ b/html/thoughts/phones
@@ -0,0 +1,29 @@
+
+
+in its experience, there are 0 phones that do not break every 2-4 months.
+this is stupid because society made the baffling and frankly quite bad near unilateral decision that phones would be largely required to be a functional being.
+
+natalie used to have an iphone SE 1st gen (a1662).
+this phone was awful by virtue of being a phone, but it worked.
+unfortunately, phones are garbage, so this one probably spent $160 on screen replacements for it$[make-footnote 'how on earth can phones not survive being in a pocket? this is very easy'] because the screen would break every 2-4 months.
+also, its home button, both cameras, and speakers all ceased to function and were accordingly removed.
+
+eventually, its father gave it his old phone. this was a samsung galaxy s10e.
+this phone managed to be worse than the iphone SE 1st gen a1662.
+why on earth would anything design a phone the screen of which protrudes past the body of the phone such that if one dares to even observe it, the screen breaks?
+this is like if they asked an engineer to design a phone and then did the exact opposite.
+also, the corners were rounded.
+not the corners of the case (though those were too), but the corners of the actual screen.
+why on earth would one ever do this?
+hello, LCD manufacturer? we would like a more expensive and worse screen please.
+nonsense.
+
+anyways, the s10e stopped charging and gives an overheat warning 80% of the time that natalie tries to turn it on (just being plugged in to usb-c).
+it got this phone in july, so that is within the predicted range of 2-4 months.
+
+why are phones like this?
+it wants to not own a phone but they are so necessary.
+it really is not sure why people need to be able to {text,call} it.
+if one wants to communicate with it, they can send it an email.
+this is not a difficult concept, and yet it still regularly receives text messages and phone calls.
+$[put-footnotes]
diff --git a/style.css b/style.css
index c0987ba..a55be32 100644
--- a/style.css
+++ b/style.css
@@ -45,6 +45,13 @@
align-items: center;
}
+.-punctuation-bracket {color: #ff7eb6}
+.-function-macro {color: #08bdba}
+.SpecialChar {color: #37474f}
+.-punctuation-special {color: #ff7eb6}
+.-variable {color: #37474f}
+.-string-escape {color: #ffab91}
+.-function {font-weight: bold; color: #673ab7}
.-punctuation-bracket {color: #ff7eb6}
.-keyword-function {color: #ff7eb6}
.Number {color: #ffab91}
@@ -74,6 +81,13 @@
--gray: #202020;
}
+ .-punctuation-bracket {color: #3ddbd9}
+ .-function-macro {color: #08bdba}
+ .SpecialChar {color: #d0d0d0}
+ .-punctuation-special {color: #3ddbd9}
+ .-variable {color: #d0d0d0}
+ .-string-escape {color: #82cfff}
+ .-function {font-weight: bold; color: #ff7eb6}
.-punctuation-bracket {color: #3ddbd9}
.-keyword-function {color: #3ddbd9}
.Number {color: #82cfff}
@@ -338,6 +352,11 @@ iframe {
overflow: hidden;
}
+blockquote {
+ border-left: 10px solid var(--gray);
+ padding-left: 10px;
+}
+
summary {
-webkit-user-select: none;
-ms-user-select: none;