summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-07-30 15:18:03 +0200
committermms <michal@sapka.me>2024-07-30 15:18:03 +0200
commite7db1820906f509be253ff7920c3e3f02a186feb (patch)
tree30c076c23f5a685cd28fa99f8c300ff0b878e084
parentd35fb8e92718bbb14eb8d17aada2ab82cde4d561 (diff)
feat: fix sentence
-rw-r--r--content-org/blog.org2
-rw-r--r--content/blog/2024/never-drm.md2
-rw-r--r--layouts/blog/baseof.html2
-rw-r--r--layouts/brain-rot/baseof.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/content-org/blog.org b/content-org/blog.org
index 9911c53..4e9a3bc 100644
--- a/content-org/blog.org
+++ b/content-org/blog.org
@@ -27,7 +27,7 @@ But I will never invest in an Apple Device unless Tim Cook resigns and someone m
I *bought* them, but I don't own them.
All of this is because of DRM.
-And breaking DRM is a crime, as per DMCA.
+And breaking DRM in USA is a crime, as per DMCA, so there are not many ready made tools to automate this process.
In a completely unrelated news, Louis Rossmann talks about people loosing access to their bought online content.
diff --git a/content/blog/2024/never-drm.md b/content/blog/2024/never-drm.md
index 247eefa..e11c9ae 100644
--- a/content/blog/2024/never-drm.md
+++ b/content/blog/2024/never-drm.md
@@ -16,7 +16,7 @@ But I will never invest in an Apple Device unless Tim Cook resigns and someone m
I **bought** them, but I don't own them.
All of this is because of DRM.
-And breaking DRM is a crime, as per DMCA.
+And breaking DRM in USA is a crime, as per DMCA, so there are not many ready made tools to automate this process.
In a completely unrelated news, Louis Rossmann talks about people loosing access to their bought online content.
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 55001af..37d34bf 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -56,7 +56,7 @@
background-attachment: fixed;
max-width: 98%;
font-family: serif;
- font-size: 1em;
+ font-size: 1.2em;
}
a {
color: var(--text-color);
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html
index 98ab9da..2a80353 100644
--- a/layouts/brain-rot/baseof.html
+++ b/layouts/brain-rot/baseof.html
@@ -61,7 +61,7 @@
html {
height:100%;
font-family: serif;
- font-size: 1em;
+ font-size: 1.2em;
color: var(--text-color);
}
body {