From 64d98c424f3d540a1d83c9f6261273b767724e5e Mon Sep 17 00:00:00 2001 From: Jake Mason Date: Sun, 28 May 2023 14:14:10 -0400 Subject: [PATCH] Update image embed border colors for the Time Machine --- src/templates/src/time-machine.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/src/time-machine.html b/src/templates/src/time-machine.html index 1cc51f7..493bf6e 100644 --- a/src/templates/src/time-machine.html +++ b/src/templates/src/time-machine.html @@ -110,7 +110,9 @@ } .frame img { - border: 4px solid white; + border-width: 2px; + border-color: #000000 #ffffff #ffffff #000000; + border-style: solid; }