aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-23 22:31:01 -0500
committerXe Iaso <me@christine.website>2023-01-23 22:31:01 -0500
commit424da2a2992daad64d709b3f55cb3d664cb0c567 (patch)
treed8f581eabfa05790071933433a1e630c479634a9
parent6fdff75ae03b4bc52e0368259a5fe9fa93e43027 (diff)
downloadxesite-424da2a2992daad64d709b3f55cb3d664cb0c567.tar.xz
xesite-424da2a2992daad64d709b3f55cb3d664cb0c567.zip
undo that experiment
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--static/css/hack.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/hack.css b/static/css/hack.css
index 5d1b506..d9cf46e 100644
--- a/static/css/hack.css
+++ b/static/css/hack.css
@@ -8,10 +8,10 @@ html {
text-rendering: geometricPrecision;
}
body {
- font-size: 1.125rem;
+ font-size: 1rem;
line-height: 1.75rem;
margin: 0;
- font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
+ font-family: Menlo, monospace;
word-wrap: break-word;
}
::selection {
@@ -160,9 +160,9 @@ a:hover {
.hack blockquote,
.hack em,
.hack strong {
- font-size: 1.125rem;
+ font-size: 1rem;
font-style: normal;
- font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
+ font-family: Menlo, monospace;
}
.hack blockquote,
.hack code,