Repos / hi.imnhan.com / b10bb4d677
commit b10bb4d677654de4c1d208cc023311605853e257
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Wed Sep 22 20:21:07 2021 +0700

    typography & <video> fallback (for netsurf mostly)

diff --git a/content/posts/simplest-possible-stepmania-soft-to-hard-pad-mod.md b/content/posts/simplest-possible-stepmania-soft-to-hard-pad-mod.md
index 3de8837..8564c53 100644
--- a/content/posts/simplest-possible-stepmania-soft-to-hard-pad-mod.md
+++ b/content/posts/simplest-possible-stepmania-soft-to-hard-pad-mod.md
@@ -83,6 +83,9 @@
 
 <video controls>
   <source src="https://junk.imnhan.com/softpadmod.mp4" type="video/mp4">
+  <a href="https://junk.imnhan.com/softpadmod.mp4">
+    Video: https://junk.imnhan.com/softpadmod.mp4
+  </a>
 </video>
 
 <strike>(man I wonder if we'll ever get a Melty Blood 2)</strike>  
diff --git a/content/posts/streaming-videos-from-google-drive.md b/content/posts/streaming-videos-from-google-drive.md
index 3d6923b..a1e098e 100644
--- a/content/posts/streaming-videos-from-google-drive.md
+++ b/content/posts/streaming-videos-from-google-drive.md
@@ -8,6 +8,9 @@
 
 <video controls>
   <source src="https://junk.imnhan.com/gflick-phone-demo.mp4" type="video/mp4">
+  <a href="https://junk.imnhan.com/gflick-phone-demo.mp4">
+    Video: https://junk.imnhan.com/gflick-phone-demo.mp4
+  </a>
 </video>
 
 The longer version follows.
diff --git a/content/posts/towards-an-acceptable-video-playing-experience.md b/content/posts/towards-an-acceptable-video-playing-experience.md
index be6332b..e879727 100644
--- a/content/posts/towards-an-acceptable-video-playing-experience.md
+++ b/content/posts/towards-an-acceptable-video-playing-experience.md
@@ -100,6 +100,9 @@ ## Enter gflick
 
 <video controls>
   <source src="https://junk.imnhan.com/gflick.mp4" type="video/mp4">
+  <a href="https://junk.imnhan.com/gflick.mp4">
+    Video: https://junk.imnhan.com/gflick.mp4
+  </a>
 </video>
 
 It can run just fine as a local server, but cumbersome and not practical on
diff --git a/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md b/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
index 2425085..a14d360 100644
--- a/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
+++ b/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
@@ -24,6 +24,7 @@
 
 <video controls>
   <source src="/images/put.io_01_mpv.mp4" type="video/mp4">
+  <a href="/images/put.io_01_mpv.mp4">Video: /images/put.io_01_mpv.mp4</a>
 </video>
 
 
diff --git a/nhanb-theme/static/css/main.css b/nhanb-theme/static/css/main.css
index 9208ea4..45388a1 100644
--- a/nhanb-theme/static/css/main.css
+++ b/nhanb-theme/static/css/main.css
@@ -41,7 +41,7 @@ video {
 }
 
 p {
-  line-height: 1.5rem;
+  line-height: 1.4rem;
 }
 
 li {